diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-01-27 06:46:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-01-27 06:46:43 +0000 |
commit | 08e6b102449ceb7784fcde378542907a4c235270 (patch) | |
tree | edf8d8583a069651d78bb0aa0904d8b9a6106e30 /lang/ccscript/files | |
parent | Upgrade to 0.2.99.2. (diff) |
Upgrade to 2.5.8.
PR: ports/92390
Submitted by: Johan van Selst <johans@stack.dot.nl>
Notes
Notes:
svn path=/head/; revision=154561
Diffstat (limited to 'lang/ccscript/files')
-rw-r--r-- | lang/ccscript/files/patch-src_script.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/lang/ccscript/files/patch-src_script.h b/lang/ccscript/files/patch-src_script.h deleted file mode 100644 index 158c0b717e41..000000000000 --- a/lang/ccscript/files/patch-src_script.h +++ /dev/null @@ -1,51 +0,0 @@ ---- src/script.h.orig Thu Feb 17 19:01:10 2005 -+++ src/script.h Thu Feb 17 19:00:29 2005 -@@ -550,11 +550,6 @@ protected: - virtual unsigned long getTrapMask(const char *trapname); - - /** -- * Default compiler syntax to accept any syntax. -- */ -- char *chkIgnore(Line *line, ScriptImage *img); -- -- /** - * Module based script checker. - */ - char *chkModule(Line *line, ScriptImage *img); -@@ -598,15 +593,6 @@ protected: - char *chkNoArgs(Line *line, ScriptImage *img); - - /** -- * Script compiler syntax check for commands that require -- * one or more arguments to be present. -- * -- * @return syntax error message string or NULL. -- * @param line statement. -- */ -- char *chkHasArgs(Line *line, ScriptImage *img); -- -- /** - * Load a set of keywords into the system keyword table. This - * provides a convenient method of initializing and adding to - * the keyword indexes. -@@ -658,6 +644,20 @@ public: - - virtual int mapnicmp(const char *s1, const char *s2, size_t n) - {return strnicmp(s1, s2, n);}; -+ -+ /** -+ * Script compiler syntax check for commands that require -+ * one or more arguments to be present. -+ * -+ * @return syntax error message string or NULL. -+ * @param line statement. -+ */ -+ char *chkHasArgs(Line *line, ScriptImage *img); -+ -+ /** -+ * Default compiler syntax to accept any syntax. -+ */ -+ char *chkIgnore(Line *line, ScriptImage *img); - }; - - /** |