mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Fixed to work with newer versions of gcc, which require that main() return an int.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
void main() {
|
||||
int main() {
|
||||
system("java/bin/java -cp lib:lib/build:lib/pde.jar:lib/kjc.jar:lib/oro.jar:java/lib/ext/comm.jar PdeBase");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user