Commit 73464abf by Tobias Schlüter Committed by Tobias Schlüter

simplify.c (ascii_table): Fix wrong entry.

	* simplify.c (ascii_table): Fix wrong entry.

From-SVN: r113523
parent 69fb1284
2006-05-04 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* simplify.c (ascii_table): Fix wrong entry.
2006-05-02 Steven G. Kargl <kargls@comcast.net> 2006-05-02 Steven G. Kargl <kargls@comcast.net>
PR fortran/26896 PR fortran/26896
......
...@@ -72,7 +72,7 @@ static int ascii_table[256] = { ...@@ -72,7 +72,7 @@ static int ascii_table[256] = {
'\b', '\t', '\n', '\v', '\0', '\r', '\0', '\0', '\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', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0', '\0',
' ', '!', '\'', '#', '$', '%', '&', '\'', ' ', '!', '"', '#', '$', '%', '&', '\'',
'(', ')', '*', '+', ',', '-', '.', '/', '(', ')', '*', '+', ',', '-', '.', '/',
'0', '1', '2', '3', '4', '5', '6', '7', '0', '1', '2', '3', '4', '5', '6', '7',
'8', '9', ':', ';', '<', '=', '>', '?', '8', '9', ':', ';', '<', '=', '>', '?',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment