diff options
Diffstat (limited to 'optable.h')
-rw-r--r-- | optable.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -32,16 +32,6 @@ typedef struct { } wordop; /** - * defineop reads a function identifier, followed by the commands to run when the function - * is called, stopping when a semicolon is reached. - * Reading is done from the input string. - * - * returns new position of input index - * - */ -int defineop(int starti, char *input); - -/** * getop returns the first wordop in the optable which is called by the word given as a parameter * if none exist, returns 0 */ |