X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fset.q;h=f9a00c52a17b6c7c9f64e5a82e75d2a459e95bf0;hb=1195caf0c998e80d3e7195a0452a14e7b4194077;hp=c7d22771ac35c2cac07cbe243940b3571a3fb250;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp-builds.git diff --git a/src/set.q b/src/set.q index c7d22771..f9a00c52 100644 --- a/src/set.q +++ b/src/set.q @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* Categories of SET subcommands: @@ -650,7 +650,7 @@ stc_custom_epoch (struct cmd_set *cmd UNUSED) lex_match ('='); if (lex_match_id ("AUTOMATIC")) set_epoch = -1; - else if (lex_integer_p ()) + else if (lex_is_integer ()) { int new_epoch = lex_integer (); lex_get ();