libboost/libboost-1.35.0-native.patch

11 lines
401 B
Diff

--- boost_1_35_0/tools/jam/src/native.c 2005-09-28 16:09:58.000000000 +0200
+++ boost_1_35_0-gil/tools/jam/src/native.c 2008-07-21 11:53:01.000000000 +0200
@@ -8,6 +8,7 @@
# define P0 (PARSE *)0
# define C0 (char *)0
+void lol_build( LOL* lol, char** elements );
void declare_native_rule(char* module, char* rule, char** args,
LIST*(*f)(PARSE*, FRAME*), int version)