Converted native code from C++ (.cpp files) to C (.c files), thus avoiding an annoying dependency on the standard C++ library on Linux. We weren't using any particular C++ features anyway.

This commit is contained in:
Elias Naur 2004-09-10 08:13:56 +00:00
parent 639149d721
commit 55a67aaacc
95 changed files with 1817 additions and 1779 deletions

View file

@ -29,7 +29,7 @@ public final class SignatureDump {
System.out.print("NULL");
System.out.print(", ");
if (gl_name != null) {
System.out.print("(void**)&");
System.out.print("(void*)&");
System.out.print(gl_name);
} else
System.out.print("NULL");