From 696d15c7ba6f1e9769b0d3220a845be2aabfed50 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 7 Oct 2002 09:20:47 -0400 Subject: Fix problem on HP --- Tests/COnly/foo.c | 2 +- Tests/COnly/foo.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/COnly/foo.c b/Tests/COnly/foo.c index b42bbfd..e4faf38 100644 --- a/Tests/COnly/foo.c +++ b/Tests/COnly/foo.c @@ -1 +1 @@ -const char* foo = "Foo"; +char* foo = "Foo"; diff --git a/Tests/COnly/foo.h b/Tests/COnly/foo.h index 67c42a20..ad4a9af 100644 --- a/Tests/COnly/foo.h +++ b/Tests/COnly/foo.h @@ -1 +1 @@ -extern const char* foo; +extern char* foo; -- cgit v0.12