Skip to content

Commit e7273ea

Browse files
committed
FIX: have reb-args.h included also in external Rebol extensions
1 parent e6c778c commit e7273ea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

make/tools/amalgamate-ext.r3

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ context [
9595
write %../../build/rebol-extension.h amalgamate [
9696
%reb-c.h
9797
%reb-ext.h
98+
%reb-args.h
9899
%reb-device.h
99100
%reb-file.h
100101
%reb-filereq.h

src/include/reb-ext.h

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
#include "sys-value.h"
3232

3333

34-
#ifndef REBARGS
35-
#define REBARGS void
36-
#endif
37-
3834
/* Prefix naming conventions:
3935
4036
RL: REBOL library API function (or function access macro)

0 commit comments

Comments
 (0)