diff options
author | rws <empty> | 1990-12-11 13:18:51 +0000 |
---|---|---|
committer | rws <empty> | 1990-12-11 13:18:51 +0000 |
commit | e87519f72e6cf7b9f2b0b7336ff29c086f325312 (patch) | |
tree | 866f554fcd29447afead0b67622c45078d492de4 /xc/lib/Xmu/CursorName.c | |
parent | 18fbe1bf89b941a05051bfb5b0dad4e1ce612358 (diff) |
use __STDC__ instead of defined(__STDC__)
Diffstat (limited to 'xc/lib/Xmu/CursorName.c')
-rw-r--r-- | xc/lib/Xmu/CursorName.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xmu/CursorName.c b/xc/lib/Xmu/CursorName.c index 0eceea74a..f8d81520f 100644 --- a/xc/lib/Xmu/CursorName.c +++ b/xc/lib/Xmu/CursorName.c @@ -1,5 +1,5 @@ /* - * $XConsortium: CursorName.c,v 1.3 89/07/19 17:16:10 converse Exp $ + * $XConsortium: CursorName.c,v 1.4 90/06/15 18:58:23 rws Exp $ * * Copyright 1989 Massachusetts Institute of Technology * @@ -26,7 +26,7 @@ #include <X11/Xmu/CurUtil.h> #include <X11/cursorfont.h> -#ifdef __STDC__ +#if __STDC__ #define Const const #else #define Const /**/ |