* tic80.h (tic80_symbol_to_value): Change prototype to match
authorFred Fish <fnf@specifix.com>
Mon, 10 Feb 1997 17:34:59 +0000 (17:34 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 10 Feb 1997 17:34:59 +0000 (17:34 +0000)
change in function, added class parameter.

include/opcode/ChangeLog
include/opcode/tic80.h

index 9191de9..529eace 100644 (file)
@@ -1,4 +1,9 @@
 start-sanitize-tic80
+Mon Feb 10 10:32:17 1997  Fred Fish  <fnf@cygnus.com>
+
+       * tic80.h (tic80_symbol_to_value): Change prototype to match
+       change in function, added class parameter.
+
 Thu Feb  6 17:30:15 1997  Fred Fish  <fnf@cygnus.com>
 
        * tic80.h (TIC80_OPERAND_ENDMASK): Add for flagging TIc80
index f37d938..0a83928 100644 (file)
@@ -264,6 +264,6 @@ extern const struct predefined_symbol tic80_predefined_symbols[];   /* Translation
 extern const int tic80_num_predefined_symbols;                         /* How many members in the array */
 
 const char *tic80_value_to_symbol PARAMS ((int val, int class));       /* Translate value to symbolic name */
-int tic80_symbol_to_value PARAMS ((char *name));                       /* Translate symbolic name to value */
+int tic80_symbol_to_value PARAMS ((char *name, int class));            /* Translate symbolic name to value */
 
 #endif /* TIC80_H */