Fixed ".reserve", and added toolversion for sparc + some nitpicks.

This commit is contained in:
K. Richard Pixley 1991-10-26 08:48:23 +00:00
parent d47d5315c8
commit 9439f48f4c
1 changed files with 2 additions and 2 deletions

View File

@ -302,8 +302,8 @@ typedef struct {
} object_headers;
/* unused hooks. */
#define OBJ_EMIT_LINENO(a, b, c) ;
#define obj_pre_write_hook(a) ;
#define OBJ_EMIT_LINENO(a, b, c) {;}
#define obj_pre_write_hook(a) {;}
#ifdef __STDC__
struct fix;