mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Fix many spelling errors
This commit is contained in:
@@ -41,10 +41,10 @@
|
||||
#define OP_NOP 0L /* no operation */
|
||||
#define OP_LOCALADDR 1L /* load address of local variable */
|
||||
#define OP_GLOBALADDR 2L /* load address of global variable */
|
||||
#define OP_PARAMADDR 3L /* load address of paramater variable */
|
||||
#define OP_PARAMADDR 3L /* load address of parameter variable */
|
||||
#define OP_LOCALVALUE 4L /* load value of local variable */
|
||||
#define OP_GLOBALVALUE 5L /* load value of global variable */
|
||||
#define OP_PARAMVALUE 6L /* load value of paramater variable */
|
||||
#define OP_PARAMVALUE 6L /* load value of parameter variable */
|
||||
#define OP_NUMBER 7L /* load constant real numeric value */
|
||||
#define OP_INDEXADDR 8L /* load array index address */
|
||||
#define OP_PRINTRESULT 9L /* print result of top-level expression */
|
||||
|
Reference in New Issue
Block a user