OSDN Git Service

* cccp.c: Fix typo brought over in merge.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Dec 1997 05:21:05 +0000 (05:21 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Dec 1997 05:21:05 +0000 (05:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16989 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cccp.c

index 8290e9e..938690f 100644 (file)
@@ -1,3 +1,7 @@
+Sat Dec  6 22:22:22 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * cccp.c: Fix typo brought over in merge.
+
 Mon Nov  3 05:45:32 1997  Philippe De Muyter  <phdm@macqel.be>
 
        * m68k.c: Include tree.h for dwarf2out_cfi_label.
index 5e85fcd..bf57c68 100644 (file)
@@ -62,7 +62,7 @@ Boston, MA 02111-1307, USA. */
 # include <string.h>
 #else
 # ifdef HAVE_STRINGS_H
-#  inclued <strings.h>
+#  include <strings.h>
 #endif
 #endif