ack/modules/src/em_code/opnarg.c
carl 0ac16f6116 Better ANSI C compatibility and portability - part 1:
+ Addition of function prototypes.
+ Change function definitions to ANSI C style.
+ Convert to sed scripts some shell scripts for better portability.
+ Reduce usage of em_path.h
2019-02-19 00:54:23 +08:00

13 lines
182 B
C

#include "em_private.h"
/* $Id$ */
void CC_opnarg(int opcode)
{
/* Instruction with optional argument, but now without one
Argument types: w
*/
OP(opcode);
CCEND();
NL();
}