Use the system angle brackets for %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
79aedd92d7
commit
e013e7ff5a
52 changed files with 132 additions and 134 deletions
|
|
@ -11,9 +11,9 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "global.h"
|
||||
#include "module.h"
|
||||
#include "interpret.h"
|
||||
#include <global.h>
|
||||
#include <module.h>
|
||||
#include <interpret.h>
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
@ -336,4 +336,4 @@ PIKE_MODULE_INIT
|
|||
%}
|
||||
|
||||
/* pike keywords */
|
||||
%include "pikekw.swg"
|
||||
%include <pikekw.swg>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue