diff options
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 883212e3e..33932cc93 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -24,6 +24,7 @@ #include "code.h" #include "function_panel.h" #include "comments.h" +#include "mergeback.h" #include <FL/fl_string_functions.h> #include <FL/Fl_File_Chooser.H> @@ -353,6 +354,7 @@ static bool fd_isspace(int c) { return (c>0 && c<128 && isspace(c)); } +// code duplication: see int is_id(char c) in code.cxx static bool fd_iskeyword(int c) { return (c>0 && c<128 && (isalnum(c) || c=='_')); } |
