Tue Jan 4 15:12:43 1994 Stan Shebs (shebs@andros.cygnus.com)
[deliverable/binutils-gdb.git] / gas / hex-value.c
index 30a1fc5d8f86beed9997f52592a3e29e4c00b842..a808377b367933ccef06ab2713b7f23f1ca4d403 100644 (file)
@@ -1,5 +1,5 @@
 /* hex_value.c - char=>radix-value -
-   Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1990, 1991, 1992, 1994 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
 #define __ (42)                        /* blatently illegal digit value */
 /* exceeds any normal radix */
 
-#if (__STDC__ != 1) && !defined(const)
-#define const                  /* empty */
+#if (__STDC__ != 1)
+#ifndef const
+#define const  /* empty */
 #endif
+#endif
+
 const char
   hex_value[256] =
 {                              /* for fast ASCII -> binary */
This page took 0.023306 seconds and 4 git commands to generate.