Fix problem on HP
This commit is contained in:
parent
2cf6730def
commit
696d15c7ba
|
@ -1 +1 @@
|
|||
const char* foo = "Foo";
|
||||
char* foo = "Foo";
|
||||
|
|
|
@ -1 +1 @@
|
|||
extern const char* foo;
|
||||
extern char* foo;
|
||||
|
|
Loading…
Reference in New Issue