Commit e52b0aab by Eric Botcazou

DFix typo

From-SVN: r262630
parent 86b43436
...@@ -1684,7 +1684,7 @@ record_builtin_type (const char *name, tree type, bool artificial_p) ...@@ -1684,7 +1684,7 @@ record_builtin_type (const char *name, tree type, bool artificial_p)
integral types are unsigned. integral types are unsigned.
Unfortunately the signedness of 'char' in C is implementation-defined Unfortunately the signedness of 'char' in C is implementation-defined
and GCC even has the option -f{un}signed-char to toggle it at run time. and GCC even has the option -f[un]signed-char to toggle it at run time.
Since GNAT's philosophy is to be compatible with C by default, to wit Since GNAT's philosophy is to be compatible with C by default, to wit
Interfaces.C.char is defined as a mere copy of Character, we may need Interfaces.C.char is defined as a mere copy of Character, we may need
to declare character types as signed types in GENERIC and generate the to declare character types as signed types in GENERIC and generate the
......
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