We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c778c commit e7273eaCopy full SHA for e7273ea
make/tools/amalgamate-ext.r3
@@ -95,6 +95,7 @@ context [
95
write %../../build/rebol-extension.h amalgamate [
96
%reb-c.h
97
%reb-ext.h
98
+ %reb-args.h
99
%reb-device.h
100
%reb-file.h
101
%reb-filereq.h
src/include/reb-ext.h
@@ -31,10 +31,6 @@
31
#include "sys-value.h"
32
33
34
-#ifndef REBARGS
35
-#define REBARGS void
36
-#endif
37
-
38
/* Prefix naming conventions:
39
40
RL: REBOL library API function (or function access macro)
0 commit comments