diff options
author | jim <empty> | 1989-03-30 16:05:10 +0000 |
---|---|---|
committer | jim <empty> | 1989-03-30 16:05:10 +0000 |
commit | 17e0e5c242e7cc952d9054c8f8b8218d73a88106 (patch) | |
tree | dcb7570dada0da498e33a61bc2ff999311dd455b /xc | |
parent | 6d3a50c23d0fb4712b1f36be29d58d309b473ef3 (diff) |
fixed endif
Diffstat (limited to 'xc')
36 files changed, 74 insertions, 74 deletions
diff --git a/xc/lib/Xaw/AsciiText.h b/xc/lib/Xaw/AsciiText.h index 629d1f7df..01264a254 100644 --- a/xc/lib/Xaw/AsciiText.h +++ b/xc/lib/Xaw/AsciiText.h @@ -1,6 +1,6 @@ #include <X11/copyright.h> -/* $XConsortium: AsciiText.h,v 1.10 88/10/23 13:06:01 swick Exp $ */ +/* $XConsortium: AsciiText.h,v 1.11 88/10/23 13:20:46 swick Exp $ */ /*********************************************************** @@ -84,4 +84,4 @@ typedef struct _AsciiDiskRec *AsciiDiskWidget; extern WidgetClass asciiDiskWidgetClass; -#endif _AsciiText_h +#endif /* _AsciiText_h */ diff --git a/xc/lib/Xaw/AsciiTextP.h b/xc/lib/Xaw/AsciiTextP.h index 9f951eaed..38a5810bc 100644 --- a/xc/lib/Xaw/AsciiTextP.h +++ b/xc/lib/Xaw/AsciiTextP.h @@ -1,6 +1,6 @@ #include <X11/copyright.h> -/* $XConsortium: AsciiTextP.h,v 1.9 88/10/04 16:05:11 swick Exp $ */ +/* $XConsortium: AsciiTextP.h,v 1.10 88/10/18 12:25:24 swick Exp $ */ /*********************************************************** @@ -80,4 +80,4 @@ typedef struct _AsciiDiskRec { AsciiDiskPart ascii_disk; } AsciiDiskRec; -#endif _AsciiTextP_h +#endif /* _AsciiTextP_h */ diff --git a/xc/lib/Xaw/Box.h b/xc/lib/Xaw/Box.h index a47b06071..a41c48654 100644 --- a/xc/lib/Xaw/Box.h +++ b/xc/lib/Xaw/Box.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Box.h,v 1.14 88/10/23 13:08:31 swick Exp $ +* $XConsortium: Box.h,v 1.15 88/10/23 13:22:34 swick Exp $ */ @@ -66,4 +66,4 @@ extern WidgetClass boxWidgetClass; typedef struct _BoxClassRec *BoxWidgetClass; typedef struct _BoxRec *BoxWidget; -#endif _XtBox_h +#endif /* _XtBox_h */ diff --git a/xc/lib/Xaw/BoxP.h b/xc/lib/Xaw/BoxP.h index 1d5ed4284..a04eded7c 100644 --- a/xc/lib/Xaw/BoxP.h +++ b/xc/lib/Xaw/BoxP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: BoxP.h,v 1.12 88/09/06 09:44:07 swick Exp $ +* $XConsortium: BoxP.h,v 1.13 88/09/06 16:40:55 jim Exp $ */ @@ -77,4 +77,4 @@ typedef struct _BoxRec { BoxPart box; } BoxRec; -#endif _BoxP_h +#endif /* _BoxP_h */ diff --git a/xc/lib/Xaw/Cardinals.h b/xc/lib/Xaw/Cardinals.h index ca96f011b..dfd0feb67 100644 --- a/xc/lib/Xaw/Cardinals.h +++ b/xc/lib/Xaw/Cardinals.h @@ -1,4 +1,4 @@ -/* $XConsortium: Cardinals.h,v 1.3 88/09/06 09:44:10 swick Exp $ */ +/* $XConsortium: Cardinals.h,v 1.4 88/09/06 16:40:57 jim Exp $ */ /* Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology @@ -32,4 +32,4 @@ without express or implied warranty. #define NINE ((Cardinal)9) #define TEN ((Cardinal)10) -#endif _Cardinals_h +#endif /* _Cardinals_h */ diff --git a/xc/lib/Xaw/Command.h b/xc/lib/Xaw/Command.h index 045fce489..303db6406 100644 --- a/xc/lib/Xaw/Command.h +++ b/xc/lib/Xaw/Command.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Command.h,v 1.17 88/10/23 13:28:49 swick Exp $ +* $XConsortium: Command.h,v 1.18 88/10/31 11:29:07 swick Exp $ */ @@ -77,5 +77,5 @@ typedef struct _CommandClassRec *CommandWidgetClass; typedef struct _CommandRec *CommandWidget; -#endif _XtCommand_h +#endif /* _XtCommand_h */ /* DON'T ADD STUFF AFTER THIS */ diff --git a/xc/lib/Xaw/CommandP.h b/xc/lib/Xaw/CommandP.h index f059642ce..9ec8d5b81 100644 --- a/xc/lib/Xaw/CommandP.h +++ b/xc/lib/Xaw/CommandP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: CommandP.h,v 1.22 89/01/12 18:46:26 kit Exp $ +* $XConsortium: CommandP.h,v 1.23 89/01/12 19:32:19 kit Exp $ */ @@ -108,6 +108,6 @@ typedef struct _CommandRec { CommandPart command; } CommandRec; -#endif _XtCommandP_h +#endif /* _XtCommandP_h */ diff --git a/xc/lib/Xaw/Dialog.h b/xc/lib/Xaw/Dialog.h index 80f0f1e90..b78e14c9d 100644 --- a/xc/lib/Xaw/Dialog.h +++ b/xc/lib/Xaw/Dialog.h @@ -1,4 +1,4 @@ -/* $XConsortium: Dialog.h,v 1.10 88/09/06 16:41:14 jim Exp $ */ +/* $XConsortium: Dialog.h,v 1.11 88/10/23 13:33:05 swick Exp $ */ /*********************************************************** @@ -77,5 +77,5 @@ extern char *XtDialogGetValueString(); /* dpy, window */ /* Display *dpy; */ /* Window window; */ -#endif _Dialog_h +#endif /* _Dialog_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/lib/Xaw/DialogP.h b/xc/lib/Xaw/DialogP.h index 8c5185ae3..67b1a273b 100644 --- a/xc/lib/Xaw/DialogP.h +++ b/xc/lib/Xaw/DialogP.h @@ -1,4 +1,4 @@ -/* $XConsortium: DialogP.h,v 1.7 88/09/06 09:44:44 swick Exp $ */ +/* $XConsortium: DialogP.h,v 1.8 88/09/06 16:41:16 jim Exp $ */ /*********************************************************** @@ -70,4 +70,4 @@ typedef struct _DialogConstraintsRec { DialogConstraintsPart dialog; } DialogConstraintsRec, *DialogConstraints; -#endif _DialogP_h +#endif /* _DialogP_h */ diff --git a/xc/lib/Xaw/Form.h b/xc/lib/Xaw/Form.h index 5426cc346..fe0c5b9b9 100644 --- a/xc/lib/Xaw/Form.h +++ b/xc/lib/Xaw/Form.h @@ -1,4 +1,4 @@ -/* $XConsortium: Form.h,v 1.16 88/10/23 13:39:30 swick Exp $ */ +/* $XConsortium: Form.h,v 1.17 89/03/16 11:25:14 swick Exp $ */ /*********************************************************** @@ -111,5 +111,5 @@ typedef struct _FormRec *FormWidget; extern WidgetClass formWidgetClass; -#endif _Form_h +#endif /* _Form_h */ diff --git a/xc/lib/Xaw/FormP.h b/xc/lib/Xaw/FormP.h index 3f92973dd..be1cf9128 100644 --- a/xc/lib/Xaw/FormP.h +++ b/xc/lib/Xaw/FormP.h @@ -1,4 +1,4 @@ -/* $XConsortium: FormP.h,v 1.11 88/09/06 09:44:50 swick Exp $ */ +/* $XConsortium: FormP.h,v 1.12 88/09/06 16:41:26 jim Exp $ */ /* Copyright Massachusetts Institute of Technology 1987 */ @@ -75,4 +75,4 @@ typedef struct _FormConstraintsRec { FormConstraintsPart form; } FormConstraintsRec, *FormConstraints; -#endif _FormP_h +#endif /* _FormP_h */ diff --git a/xc/lib/Xaw/Grip.h b/xc/lib/Xaw/Grip.h index e70dd967f..d5b76b200 100644 --- a/xc/lib/Xaw/Grip.h +++ b/xc/lib/Xaw/Grip.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Grip.h,v 1.11 88/10/23 13:42:18 swick Exp $ +* $XConsortium: Grip.h,v 1.12 89/03/06 16:32:32 kit Exp $ */ @@ -77,4 +77,4 @@ extern WidgetClass gripWidgetClass; typedef struct _GripClassRec *GripWidgetClass; typedef struct _GripRec *GripWidget; -#endif _XtGrip_h +#endif /* _XtGrip_h */ diff --git a/xc/lib/Xaw/GripP.h b/xc/lib/Xaw/GripP.h index d94d88c8e..4646d47f7 100644 --- a/xc/lib/Xaw/GripP.h +++ b/xc/lib/Xaw/GripP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: GripP.h,v 1.11 88/09/06 16:41:33 jim Exp $ +* $XConsortium: GripP.h,v 1.12 89/03/06 16:32:34 kit Exp $ */ @@ -75,5 +75,5 @@ typedef struct _GripRec { GripPart grip; } GripRec; -#endif _XtGripP_h +#endif /* _XtGripP_h */ diff --git a/xc/lib/Xaw/Label.h b/xc/lib/Xaw/Label.h index 1b1c47e59..5f8d58474 100644 --- a/xc/lib/Xaw/Label.h +++ b/xc/lib/Xaw/Label.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Label.h,v 1.19 88/09/29 13:34:45 swick Exp $ +* $XConsortium: Label.h,v 1.20 88/10/23 13:45:42 swick Exp $ */ @@ -86,5 +86,5 @@ extern WidgetClass labelWidgetClass; typedef struct _LabelClassRec *LabelWidgetClass; typedef struct _LabelRec *LabelWidget; -#endif _XtLabel_h +#endif /* _XtLabel_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/lib/Xaw/LabelP.h b/xc/lib/Xaw/LabelP.h index c1717c9f9..1d93ce97f 100644 --- a/xc/lib/Xaw/LabelP.h +++ b/xc/lib/Xaw/LabelP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: LabelP.h,v 1.20 88/09/26 18:03:10 swick Exp $ +* $XConsortium: LabelP.h,v 1.21 88/09/29 13:34:51 swick Exp $ */ @@ -92,4 +92,4 @@ typedef struct _LabelRec { LabelPart label; } LabelRec; -#endif _XtLabelP_h +#endif /* _XtLabelP_h */ diff --git a/xc/lib/Xaw/List.h b/xc/lib/Xaw/List.h index 97b186fa3..070671568 100644 --- a/xc/lib/Xaw/List.h +++ b/xc/lib/Xaw/List.h @@ -7,9 +7,9 @@ * By: Chris D. Peterson * MIT - Project Athena * - * $Author: jim $ + * $Author: swick $ * $oHeader: List.h,v 1.4 88/08/30 16:36:53 kit Exp $ - * $XConsortium: List.h,v 1.8 88/09/06 18:14:38 jim Exp $ + * $XConsortium: List.h,v 1.9 88/10/23 13:59:59 swick Exp $ * * */ @@ -198,5 +198,5 @@ extern XtListReturnStruct * XtListShowCurrent(); /* w */ #define XT_LIST_NONE -1 -#endif _XtList_h +#endif /* _XtList_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/lib/Xaw/ListP.h b/xc/lib/Xaw/ListP.h index 931fdd1d0..b148e575c 100644 --- a/xc/lib/Xaw/ListP.h +++ b/xc/lib/Xaw/ListP.h @@ -7,9 +7,9 @@ * By: Chris D. Peterson * MIT - Project Athena * - * $Author: jim $ + * $Author: swick $ * $oHeader: ListP.h,v 1.3 88/08/30 16:37:03 kit Exp $ - * $XConsortium: ListP.h,v 1.8 88/09/06 18:14:45 jim Exp $ + * $XConsortium: ListP.h,v 1.9 88/10/18 12:25:49 swick Exp $ * */ @@ -116,4 +116,4 @@ typedef struct _ListRec { ListPart list; } ListRec; -#endif _XtListP_h +#endif /* _XtListP_h */ diff --git a/xc/lib/Xaw/Paned.h b/xc/lib/Xaw/Paned.h index 469370285..734f02c08 100644 --- a/xc/lib/Xaw/Paned.h +++ b/xc/lib/Xaw/Paned.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Paned.h,v 1.1 89/03/06 18:11:45 kit Exp $ +* $XConsortium: Paned.h,v 1.2 89/03/09 16:24:24 kit Exp $ */ @@ -158,5 +158,5 @@ extern void XtPanedGetMinMax( /* panedWidget, min, max */ ); extern int XtPanedGetNumSub( /* w */ ); /* Widget w; */ -#endif _XtPaned_h +#endif /* _XtPaned_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/lib/Xaw/PanedP.h b/xc/lib/Xaw/PanedP.h index d177c1cb5..a91960a90 100644 --- a/xc/lib/Xaw/PanedP.h +++ b/xc/lib/Xaw/PanedP.h @@ -1,6 +1,6 @@ /*********************************************************** - $XConsortium: PanedP.h,v 1.1 89/03/06 18:11:48 kit Exp $ + $XConsortium: PanedP.h,v 1.2 89/03/09 16:24:26 kit Exp $ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambridge, Massachusetts. @@ -168,5 +168,5 @@ typedef struct _PanedRec { PanedPart paned; } PanedRec; -#endif _PanedP_h +#endif /* _PanedP_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/lib/Xaw/Simple.h b/xc/lib/Xaw/Simple.h index 859a1a8a3..4af846590 100644 --- a/xc/lib/Xaw/Simple.h +++ b/xc/lib/Xaw/Simple.h @@ -1,6 +1,6 @@ #include <X11/copyright.h> -/* $XConsortium: Simple.h,v 1.5 88/09/06 16:42:22 jim Exp $ */ +/* $XConsortium: Simple.h,v 1.6 88/10/23 14:31:50 swick Exp $ */ /* Copyright Massachusetts Institute of Technology 1987 */ #ifndef _Simple_h @@ -43,4 +43,4 @@ typedef struct _SimpleRec *SimpleWidget; extern WidgetClass simpleWidgetClass; -#endif _Simple_h +#endif /* _Simple_h */ diff --git a/xc/lib/Xaw/SimpleP.h b/xc/lib/Xaw/SimpleP.h index 121cb3e07..2676860b2 100644 --- a/xc/lib/Xaw/SimpleP.h +++ b/xc/lib/Xaw/SimpleP.h @@ -1,6 +1,6 @@ #include <X11/copyright.h> -/* $XConsortium: SimpleP.h,v 1.6 88/09/06 09:46:44 swick Exp $ */ +/* $XConsortium: SimpleP.h,v 1.7 88/09/06 16:42:24 jim Exp $ */ /* Copyright Massachusetts Institute of Technology 1987 */ #ifndef _SimpleP_h @@ -35,4 +35,4 @@ typedef struct _SimpleRec { SimplePart simple; } SimpleRec; -#endif _SimpleP_h +#endif /* _SimpleP_h */ diff --git a/xc/lib/Xaw/Template.h b/xc/lib/Xaw/Template.h index dacdf6d3a..6e8efe9fa 100644 --- a/xc/lib/Xaw/Template.h +++ b/xc/lib/Xaw/Template.h @@ -1,6 +1,6 @@ #include <X11/copyright.h> -/* $XConsortium: Template.h,v 1.1 88/10/23 14:32:46 swick Exp $ */ +/* $XConsortium: Template.h,v 1.2 88/10/25 17:22:09 swick Exp $ */ /* Copyright Massachusetts Institute of Technology 1987, 1988 */ #ifndef _Template_h @@ -44,4 +44,4 @@ typedef struct _TemplateRec* TemplateWidget; extern WidgetClass templateWidgetClass; -#endif _Template_h +#endif /* _Template_h */ diff --git a/xc/lib/Xaw/TemplateP.h b/xc/lib/Xaw/TemplateP.h index 1a8583c22..62160b9fb 100644 --- a/xc/lib/Xaw/TemplateP.h +++ b/xc/lib/Xaw/TemplateP.h @@ -1,6 +1,6 @@ #include <X11/copyright.h> -/* $XConsortium: TemplateP.h,v 1.1 88/10/23 14:32:59 swick Exp $ */ +/* $XConsortium: TemplateP.h,v 1.2 88/10/25 17:37:59 swick Exp $ */ /* Copyright Massachusetts Institute of Technology 1987, 1988 */ #ifndef _TemplateP_h @@ -36,4 +36,4 @@ typedef struct _TemplateRec { TemplatePart template; } TemplateRec; -#endif _TemplateP_h +#endif /* _TemplateP_h */ diff --git a/xc/lib/Xaw/Text.h b/xc/lib/Xaw/Text.h index 204a01560..b8e1d3760 100644 --- a/xc/lib/Xaw/Text.h +++ b/xc/lib/Xaw/Text.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Text.h,v 1.15 88/09/19 15:45:37 swick Exp $ +* $XConsortium: Text.h,v 1.16 88/10/23 14:36:28 swick Exp $ */ @@ -214,5 +214,5 @@ extern void XtStringSourceDestroy(); /* src */ /* XtTextSource src; */ -#endif _XtText_h +#endif /* _XtText_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/lib/Xaw/TextP.h b/xc/lib/Xaw/TextP.h index da58ae2c8..68545a78b 100644 --- a/xc/lib/Xaw/TextP.h +++ b/xc/lib/Xaw/TextP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: TextP.h,v 1.27 88/10/18 12:24:25 swick Exp $ +* $XConsortium: TextP.h,v 1.28 88/10/18 13:12:54 swick Exp $ */ @@ -145,4 +145,4 @@ typedef struct _TextRec { } TextRec; -#endif _XtTextP_h +#endif /* _XtTextP_h */ diff --git a/xc/lib/Xaw/TextSrcP.h b/xc/lib/Xaw/TextSrcP.h index 341f8e454..610635617 100644 --- a/xc/lib/Xaw/TextSrcP.h +++ b/xc/lib/Xaw/TextSrcP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: TextP.h,v 1.27 88/10/18 12:24:25 swick Exp $ +* $XConsortium: TextSrcP.h,v 1.1 88/10/18 13:13:08 swick Exp $ */ @@ -90,4 +90,4 @@ typedef enum {Normal, Selected }highlightType; #define EditError XawEditError #define PositionError XawPositionError -#endif _XtTextSrcP_h +#endif /* _XtTextSrcP_h */ diff --git a/xc/lib/Xaw/Toggle.h b/xc/lib/Xaw/Toggle.h index 88503fa28..87fb0aa51 100644 --- a/xc/lib/Xaw/Toggle.h +++ b/xc/lib/Xaw/Toggle.h @@ -1,5 +1,5 @@ /* - * $XConsortium: Toggle.h,v 1.1 89/01/12 18:49:00 kit Exp $ + * $XConsortium: Toggle.h,v 1.2 89/02/13 14:39:05 kit Exp $ */ /*********************************************************** @@ -159,5 +159,5 @@ extern WidgetClass toggleWidgetClass; typedef struct _ToggleClassRec *ToggleWidgetClass; typedef struct _ToggleRec *ToggleWidget; -#endif _XtToggle_h +#endif /* _XtToggle_h */ /* DON'T ADD STUFF AFTER THIS */ diff --git a/xc/lib/Xaw/ToggleP.h b/xc/lib/Xaw/ToggleP.h index ad9312022..a3465639f 100644 --- a/xc/lib/Xaw/ToggleP.h +++ b/xc/lib/Xaw/ToggleP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: ToggleP.h,v 1.21 88/09/27 11:19:53 swick Exp $ +* $XConsortium: ToggleP.h,v 1.1 89/01/12 18:49:01 kit Exp $ */ @@ -106,6 +106,6 @@ typedef struct _ToggleRec { TogglePart toggle; } ToggleRec; -#endif _XtToggleP_h +#endif /* _XtToggleP_h */ diff --git a/xc/lib/Xaw/Viewport.h b/xc/lib/Xaw/Viewport.h index 2d66e0df5..886d44510 100644 --- a/xc/lib/Xaw/Viewport.h +++ b/xc/lib/Xaw/Viewport.h @@ -1,5 +1,5 @@ /* - * $XConsortium: Viewport.h,v 1.6 88/09/06 16:42:49 jim Exp $ + * $XConsortium: Viewport.h,v 1.7 88/10/23 14:43:56 swick Exp $ * Public definitions for Viewport widget */ @@ -66,4 +66,4 @@ extern WidgetClass viewportWidgetClass; typedef struct _ViewportClassRec *ViewportWidgetClass; typedef struct _ViewportRec *ViewportWidget; -#endif _Viewport_h +#endif /* _Viewport_h */ diff --git a/xc/lib/Xaw/ViewportP.h b/xc/lib/Xaw/ViewportP.h index 7be5450b2..16ff2478a 100644 --- a/xc/lib/Xaw/ViewportP.h +++ b/xc/lib/Xaw/ViewportP.h @@ -1,5 +1,5 @@ /* - * $XConsortium: ViewportP.h,v 1.7 88/09/06 09:47:13 swick Exp $ + * $XConsortium: ViewportP.h,v 1.8 88/09/06 16:42:50 jim Exp $ * Private declarations for ViewportWidgetClass */ @@ -78,4 +78,4 @@ typedef struct _ViewportConstraintsRec { ViewportConstraintsPart viewport; } ViewportConstraintsRec, *ViewportConstraints; -#endif _ViewportP_h +#endif /* _ViewportP_h */ diff --git a/xc/programs/xclock/Clock.h b/xc/programs/xclock/Clock.h index a1dab031d..568c285ef 100644 --- a/xc/programs/xclock/Clock.h +++ b/xc/programs/xclock/Clock.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Clock.h,v 1.22 88/10/23 13:10:07 swick Exp $ +* $XConsortium: Clock.h,v 1.23 88/10/23 13:25:38 swick Exp $ */ @@ -87,5 +87,5 @@ typedef struct _ClockClassRec *ClockWidgetClass; /* completely defined in Clo extern WidgetClass clockWidgetClass; -#endif _XtClock_h +#endif /* _XtClock_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/programs/xclock/ClockP.h b/xc/programs/xclock/ClockP.h index 6a343d9cb..83aebd9c5 100644 --- a/xc/programs/xclock/ClockP.h +++ b/xc/programs/xclock/ClockP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: ClockP.h,v 1.15 88/09/06 09:44:28 swick Exp $ +* $XConsortium: ClockP.h,v 1.16 88/09/06 16:41:06 jim Exp $ */ @@ -91,4 +91,4 @@ typedef struct _ClockClassRec { /* Class pointer. */ extern ClockClassRec clockClassRec; -#endif _XtClockP_h +#endif /* _XtClockP_h */ diff --git a/xc/programs/xlogo/Logo.h b/xc/programs/xlogo/Logo.h index d9f86bb1c..d9d1b74d2 100644 --- a/xc/programs/xlogo/Logo.h +++ b/xc/programs/xlogo/Logo.h @@ -1,5 +1,5 @@ /* -* $XConsortium: Logo.h,v 1.6 88/09/06 16:42:02 jim Exp $ +* $XConsortium: Logo.h,v 1.7 88/10/23 14:04:52 swick Exp $ */ /* @@ -44,4 +44,4 @@ typedef struct _LogoClassRec *LogoWidgetClass; extern WidgetClass logoWidgetClass; -#endif _XtLogo_h +#endif /* _XtLogo_h */ diff --git a/xc/programs/xlogo/LogoP.h b/xc/programs/xlogo/LogoP.h index 543a845ac..161a27455 100644 --- a/xc/programs/xlogo/LogoP.h +++ b/xc/programs/xlogo/LogoP.h @@ -1,5 +1,5 @@ /* -* $XConsortium: LogoP.h,v 1.3 88/09/06 09:46:13 swick Exp $ +* $XConsortium: LogoP.h,v 1.4 88/09/06 16:42:06 jim Exp $ */ /* @@ -45,4 +45,4 @@ typedef struct _LogoClassRec { extern LogoClassRec logoClassRec; -#endif _XtLogoP_h +#endif /* _XtLogoP_h */ diff --git a/xc/unsupported/programs/xbiff/Mailbox.h b/xc/unsupported/programs/xbiff/Mailbox.h index 3f9e7565f..e7ecd62e8 100644 --- a/xc/unsupported/programs/xbiff/Mailbox.h +++ b/xc/unsupported/programs/xbiff/Mailbox.h @@ -1,5 +1,5 @@ /* - * $XConsortium: Mailbox.h,v 1.11 88/09/26 18:50:01 jim Exp $ + * $XConsortium: Mailbox.h,v 1.12 88/09/30 08:44:24 swick Exp $ * * Copyright 1988 Massachusetts Institute of Technology * @@ -43,5 +43,5 @@ typedef struct _MailboxClassRec *MailboxWidgetClass; /* see MailboxP.h */ extern WidgetClass mailboxWidgetClass; -#endif _XtMailbox_h +#endif /* _XtMailbox_h */ /* DON'T ADD STUFF AFTER THIS #endif */ diff --git a/xc/unsupported/programs/xbiff/MailboxP.h b/xc/unsupported/programs/xbiff/MailboxP.h index 9cda7711c..7bd3ab5e6 100644 --- a/xc/unsupported/programs/xbiff/MailboxP.h +++ b/xc/unsupported/programs/xbiff/MailboxP.h @@ -1,5 +1,5 @@ /* - * $XConsortium: MailboxP.h,v 1.10 88/09/26 18:50:08 jim Exp $ + * $XConsortium: MailboxP.h,v 1.11 88/09/30 08:44:55 swick Exp $ * * Copyright 1988 Massachusetts Institute of Technology * @@ -59,4 +59,4 @@ typedef struct _MailboxClassRec { /* full class record declaration */ extern MailboxClassRec mailboxClassRec; /* class pointer */ -#endif _XtMailboxP_h +#endif /* _XtMailboxP_h */ |