Mailinglist Archive: opensuse-programming (91 mails)
| < Previous | Next > |
Gcc 3.3
- From: Gustavo Dutra <gdutra@xxxxxxxxxxxxxxxxx>
- Date: Mon, 26 May 2003 11:01:07 -0300
- Message-id: <309B10D29A6CD511B4E4008048AAC9D580A366@NTWEB>
Hi,
I have a problem with sources that used to compile with previous versions of
gcc:
char[] = "
Its a sample
Of compiling a
Char array";
It used to compile with previous version, now it complains with "no matching
" ending found"(something like that).
I managed to edit the source and changed to:
char[] = "its a sample"
"of compiling a"
"char array";
This time, the compiler did not complain, but I don't know if it is the
answer, and I can't modify lots of old source code.
Is there any switch to pass the compiler so it recognizes this old behavior,
and I can compile old code?
Thanks in advance for any help...
I have a problem with sources that used to compile with previous versions of
gcc:
char[] = "
Its a sample
Of compiling a
Char array";
It used to compile with previous version, now it complains with "no matching
" ending found"(something like that).
I managed to edit the source and changed to:
char[] = "its a sample"
"of compiling a"
"char array";
This time, the compiler did not complain, but I don't know if it is the
answer, and I can't modify lots of old source code.
Is there any switch to pass the compiler so it recognizes this old behavior,
and I can compile old code?
Thanks in advance for any help...
| < Previous | Next > |