[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] Bug in cscc in C mode ?
From: |
Mike Aubury |
Subject: |
[Pnet-developers] Bug in cscc in C mode ? |
Date: |
Mon, 15 Mar 2004 09:48:22 +0000 |
User-agent: |
KMail/1.6.1 |
Just tried to compile this :
main(int argc,char *argv[]) {
static char *f="Hello";
}
int func(void) {
static char *f="World";
}
address@hidden:~/aubit4glsrc/tools/test> cscc test.c
stdin:27: duplicate definition for `f'
If I remove the 'static' before the char *f - it compiles fine...
- [Pnet-developers] Bug in cscc in C mode ?,
Mike Aubury <=