summaryrefslogtreecommitdiff
path: root/h/number.h
diff options
context:
space:
mode:
Diffstat (limited to 'h/number.h')
-rw-r--r--h/number.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/h/number.h b/h/number.h
index 8d78120..9b034b6 100644
--- a/h/number.h
+++ b/h/number.h
@@ -16,8 +16,8 @@
along with this program; see the file COPYING. If not, write to:
The Free Software Foundation, Inc.
- 59 Temple Place, Suite 330
- Boston, MA 02111-1307 USA.
+ 51 Franklin Street, Fifth Floor
+ Boston, MA 02110-1301 USA
You may contact the author by:
@@ -77,7 +77,7 @@ typedef struct bc_struct
#endif
#ifndef LONG_MAX
-#define LONG_MAX 0x7ffffff
+#define LONG_MAX 0x7fffffff
#endif