[1888] in Athena Bugs
Saber gripe: v2.0.4 (12/20/88 multics vax unix 2669 0)
daemon@ATHENA.MIT.EDU (raeburn@ATHENA.MIT.EDU)
Tue Mar 14 01:49:00 1989
From: <raeburn@ATHENA.MIT.EDU>
Date: Tue, 14 Mar 89 01:48:44 EST
To: bugs@ATHENA.MIT.EDU
While loading XWindow.c from the X library, X window system version
11, rev 3.
----------------
"XWindow.c":30, XCreateWindow(), Misplaced `#' (Error #204)
28:
29: LockDisplay(dpy);
30: GetReq(CreateWindow, req);
^
31: req->parent = parent;
32: req->x = x;
#define GetReq(name,req) WORD64ALIGN if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax) _XFlush(dpy); req = (x##name##Req *)(dpy->last_req = dpy->bufptr); req->reqType = X_##name; req->length = (SIZEOF(x##name##Req))>>2; dpy->bufptr += SIZEOF(x##name##Req); dpy->request++
^
The '#' is misplaced. It must be the first token on the line.
Unloading: XWindow.c
6 ->
This is with option "ansi" set; this should result in concatentation
of the tokens.