]> git.saurik.com Git - bison.git/commitdiff
Upgrade to 2003-06-08 libbitset, except continue to include gettext.h
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 07:22:58 +0000 (07:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jun 2003 07:22:58 +0000 (07:22 +0000)
unconditionally, as per recent gettext manual's suggestion.

lib/bitset_stats.c

index e1692d88e9dbf9a3ec1bb4ec0c9314764c7b6785..40bc9f0ca03ee5ba7f1f6f8090c4667ef27421d5 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset statistics.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software; you can redistribute it and/or modify
 #include <string.h>
 #include <stdio.h>
 
-#ifdef HAVE_GETTEXT_H
 #include "gettext.h"
 #define _(Msgid)  gettext (Msgid)
-#else
-#define _(Msgid)  Msgid
-#endif
 
 /* Configuration macros.  */
 #define BITSET_STATS_FILE "bitset.dat"