Remove comments about compiling file with gcc.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12130 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
da5e02f81c
commit
814eaab177
1 changed files with 0 additions and 4 deletions
|
|
@ -355,9 +355,6 @@ private:
|
|||
}
|
||||
|
||||
Swig_banner(f_c_begin);
|
||||
if (!gccgo_flag) {
|
||||
Printf(f_c_begin, "\n/* This file should be compiled with gcc. */\n");
|
||||
}
|
||||
if (renames != NULL) {
|
||||
Printf(f_c_begin, "%s\n", renames);
|
||||
}
|
||||
|
|
@ -366,7 +363,6 @@ private:
|
|||
Printf(f_c_runtime, "#define SWIG_DIRECTORS\n");
|
||||
|
||||
Swig_banner(f_c_directors_h);
|
||||
Printf(f_c_directors_h, "\n/* This file should be compiled with gcc. */\n");
|
||||
Printf(f_c_directors_h, "#ifndef SWIG_%s_WRAP_H_\n", module);
|
||||
Printf(f_c_directors_h, "#define SWIG_%s_WRAP_H_\n\n", module);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue