* simplify.c (ascii_table): Fix wrong entry.
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 May 2006 13:07:07 +0000 (13:07 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 May 2006 13:07:07 +0000 (13:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113523 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/simplify.c

index 9302099..033e97c 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-04  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * simplify.c (ascii_table): Fix wrong entry.
+
 2006-05-02  Steven G. Kargl  <kargls@comcast.net>
 
        PR fortran/26896
index 403f9c7..b40d026 100644 (file)
@@ -72,7 +72,7 @@ static int ascii_table[256] = {
   '\b', '\t', '\n', '\v', '\0', '\r', '\0', '\0',
   '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0',
   '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0',
-  ' ', '!', '\'', '#', '$', '%', '&', '\'',
+  ' ', '!', '"', '#', '$', '%', '&', '\'',
   '(', ')', '*', '+', ',', '-', '.', '/',
   '0', '1', '2', '3', '4', '5', '6', '7',
   '8', '9', ':', ';', '<', '=', '>', '?',