+ 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
11 lines
115 B
C
11 lines
115 B
C
#include "em_private.h"
|
|
|
|
/* $Id$ */
|
|
|
|
void CC_dfilb(label l)
|
|
{
|
|
/* Define instruction label
|
|
*/
|
|
DFILB(l);
|
|
NL();
|
|
}
|