diff options
| author | Jim Blandy <jimb@redhat.com> | 1993-03-25 03:57:51 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1993-03-25 03:57:51 +0000 |
| commit | f071c05ae22e371cf76aa90d326d42aa385a0c6e (patch) | |
| tree | 62e1646574ea6d16b55f37dd04c0c130554d64a5 | |
| parent | c6b81ef2ee869853b21445af2d75a9568385f593 (diff) | |
| download | emacs-f071c05ae22e371cf76aa90d326d42aa385a0c6e.tar.gz | |
Fix typo in source for `configure.tmp.$$.c'.
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 6c5b3973023..ee068601bff 100755 --- a/configure1.in +++ b/configure1.in @@ -946,7 +946,7 @@ echo ' #endif #ifndef C_SWITCH_SYSTEM #define C_SWITCH_SYSTEM -#endf +#endif @configure@ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM @configure@ c_switch_system=C_SWITCH_SYSTEM #ifdef SYSTEM_MALLOC |
