Fix problem on HP

This commit is contained in:
Andy Cedilnik 2002-10-07 09:20:47 -04:00
parent 2cf6730def
commit 696d15c7ba
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
const char* foo = "Foo";
char* foo = "Foo";

View File

@ -1 +1 @@
extern const char* foo;
extern char* foo;