projects
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae7664
)
Squashed redefinition warning on some systems.
author
Jesse Thilo
<jthilo@gnu.org>
Mon, 14 Jun 1999 22:35:15 +0000
(22:35 +0000)
committer
Jesse Thilo
<jthilo@gnu.org>
Mon, 14 Jun 1999 22:35:15 +0000
(22:35 +0000)
src/system.h
patch
|
blob
|
blame
|
history
diff --git
a/src/system.h
b/src/system.h
index 9469cea3da2a5dc3bbf77e286a8c20f8683eae5d..e53fef40cdd48b2619e77d445de3731835652c48 100644
(file)
--- a/
src/system.h
+++ b/
src/system.h
@@
-56,7
+56,9
@@
# include <libintl.h>
# define _(Text) gettext (Text)
#else
+# undef bindtextdomain
# define bindtextdomain(Domain, Directory)
+# undef textdomain
# define textdomain(Domain)
# define _(Text) Text
#endif