]> Git Repo - binutils.git/blobdiff - gas/hex-value.c
* som.c (som_bfd_count_ar_symbols): Use a pointer and alloca
[binutils.git] / gas / hex-value.c
index 2c05a83042ad6dd7efe3a6d7ac75b249f7171f91..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 */
@@ -49,7 +52,7 @@ const char
   __, __, __, __, __, __, __, __, __, __, __, __, __, __, __, __
 };
 
-#ifdef VMS
+#ifdef HO_VMS
 dummy2 ()
 {
 }
This page took 0.023319 seconds and 4 git commands to generate.