projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54f87c
)
use if instead of ifdef
author
ewt
<devnull@localhost>
Fri, 17 Jan 1997 15:41:28 +0000
(15:41 +0000)
committer
ewt
<devnull@localhost>
Fri, 17 Jan 1997 15:41:28 +0000
(15:41 +0000)
CVS patchset: 1307
CVS date: 1997/01/17 15:41:28
misc/intl.h
patch
|
blob
|
history
diff --git
a/misc/intl.h
b/misc/intl.h
index
29d5469
..
ae2920e
100644
(file)
--- a/
misc/intl.h
+++ b/
misc/intl.h
@@
-2,7
+2,7
@@
#include "misc-config.h"
-#if
def
HAVE_LIBINTL_H
+#if HAVE_LIBINTL_H
#include <libintl.h>
#define _(String) gettext((String))
#else