From: Jesse Thilo <jthilo@gnu.org> Date: Fri, 8 Jan 1999 21:17:26 +0000 (+0000) Subject: Don't define PACKAGE here, since config.h defines it. X-Git-Tag: GNU_1_26~9 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/c9c4ffaa5d15a0e17281d4302b23b8a80fc712f3 Don't define PACKAGE here, since config.h defines it. --- diff --git a/src/system.h b/src/system.h index 36652456..56c4ef3a 100644 --- a/src/system.h +++ b/src/system.h @@ -63,7 +63,6 @@ #define N_(Text) Text /* In the meantime, waiting for Automake. */ -#define PACKAGE "bison" #define LOCALEDIR "/usr/local/share/locale" #endif /* BISON_SYSTEM_H */