newer version
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
/* E X P R E S S I O N C H E C K I N G */
|
||||
|
||||
#ifndef NORCSID
|
||||
static char *RcsId = "$Header$";
|
||||
#endif
|
||||
|
||||
/* Check expressions, and try to evaluate them as far as possible.
|
||||
*/
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
#include <em_arith.h>
|
||||
#include <em_label.h>
|
||||
#include <assert.h>
|
||||
@@ -19,8 +24,6 @@ static char *RcsId = "$Header$";
|
||||
#include "const.h"
|
||||
#include "standards.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
extern char *symbol2str();
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user