diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-30 02:53:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-30 02:53:52 (GMT) |
commit | 9eb1ec3efed2e6084eda5fd30eba97bac5645728 (patch) | |
tree | 031eaa3a97a4d325664b60e4b4fd39ef0b353f78 /Tests/LibName/foobar.c | |
parent | 445e091ffaa1f3b8d745fde38ab02680781088b9 (diff) | |
download | CMake-9eb1ec3efed2e6084eda5fd30eba97bac5645728.zip CMake-9eb1ec3efed2e6084eda5fd30eba97bac5645728.tar.gz CMake-9eb1ec3efed2e6084eda5fd30eba97bac5645728.tar.bz2 |
ENH: add extern for hp c compiler
Diffstat (limited to 'Tests/LibName/foobar.c')
-rw-r--r-- | Tests/LibName/foobar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LibName/foobar.c b/Tests/LibName/foobar.c index 39f3a82..b2c6d3f 100644 --- a/Tests/LibName/foobar.c +++ b/Tests/LibName/foobar.c @@ -1,7 +1,7 @@ #ifdef _WIN32 __declspec(dllimport) #endif - void bar(); +extern void bar(); int main(int ac, char** av) { |