diff options
| author | Bruno Haible <bruno@clisp.org> | 2005-03-17 18:31:09 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2005-03-17 18:31:09 +0000 |
| commit | 040948ed5acbf7ca828012c62e31848bf7ed1e8f (patch) | |
| tree | 45453b94603cf71685b7fed94e08b06f59aadb2b /modules/stdint | |
| parent | 1d6d8aeb29bf86129b8d190f327228f3786dd8e4 (diff) | |
| download | gnulib-040948ed5acbf7ca828012c62e31848bf7ed1e8f.tar.gz | |
Rename HAVE_LONGLONG_64BIT to HAVE_LONG_LONG_64BIT.
Diffstat (limited to 'modules/stdint')
| -rw-r--r-- | modules/stdint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stdint b/modules/stdint index e919880f0a..8441aba357 100644 --- a/modules/stdint +++ b/modules/stdint @@ -21,7 +21,7 @@ EXTRA_DIST += stdint_.h # doesn't have one that works with the given compiler. all-local $(lib_OBJECTS): $(STDINT_H) stdint.h: stdint_.h - sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONGLONG_64BIT@/$(HAVE_LONGLONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t + sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t mv $@-t $@ MOSTLYCLEANFILES += stdint.h stdint.h-t |
