Work around DEC C 6.4 compiler bug.
[gnulib.git] / lib / strtoll.c
index 44f0970..f61f5ad 100644 (file)
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#define QUAD   1
+#define        QUAD    1
 
 #include <strtol.c>