[Pkg-wmaker-commits] [wmrack] 11/97: fixed illegal guard define

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:41:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmrack.

commit 67cc97ff02caba2ff358bb9e85be43691051ce13
Author: Chris Waters <xtifr.w at gmail.com>
Date:   Thu Mar 8 16:55:25 2012 -0800

    fixed illegal guard define
---
 cdrom.h   | 8 ++++----
 library.h | 8 ++++----
 xpmicon.h | 8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/cdrom.h b/cdrom.h
index d797d05..b334b21 100644
--- a/cdrom.h
+++ b/cdrom.h
@@ -1,11 +1,11 @@
 /*
- * $Id: cdrom.h,v 1.1.1.1 2001/02/12 22:25:42 xtifr Exp $
+ * $Id: cdrom.h,v 1.1.1.1.2.1 2001/06/17 07:21:36 xtifr Exp $
  *
  * Copyright (c) 1997 by Oliver Graf <ograf at fga.de>
  */
 
-#ifndef _MY_CDROM_H
-#define _MY_CDROM_H
+#ifndef WMRACK_MIXER_H_
+#define WMRACK_MIXER_H_
 
 /* cd status modes */
 #define CDM_CLOSED -1
@@ -144,4 +144,4 @@ int cdpl_reset(CDPlayList *list);
 #define cd_play(c,w) (c->info.play.##w)
 #define cd_list(c,w) (c->info.list.##w)
 
-#endif
+#endif /* WMRACK_MIXER_H_ */
diff --git a/library.h b/library.h
index e1aaf29..250cec6 100644
--- a/library.h
+++ b/library.h
@@ -1,5 +1,5 @@
 /*
- * $Id: library.h,v 1.1.1.1 2001/02/12 22:25:47 xtifr Exp $
+ * $Id: library.h,v 1.1.1.1.2.1 2001/06/17 07:21:36 xtifr Exp $
  *
  * part of wmrack
  *
@@ -7,8 +7,8 @@
  *
  * Copyright (c) 1997 by Oliver Graf <ograf at fga.de>
  */
-#ifndef _LIBRARY_H
-#define _LIBRARY_H
+#ifndef WMRACK_LIBRARY_H_
+#define WMRACK_LIBRARY_H_
 
 #define LIB_CLOSED 0
 #define LIB_READ   1
@@ -30,4 +30,4 @@ int lib_reopen(LIBRARY *lib, int mode);
 char *lib_gets(LIBRARY *lib, char *line, int len);
 int lib_printf(LIBRARY *lib, char *format, ...);
 
-#endif
+#endif /* WMRACK_LIBRARY_H_ */
diff --git a/xpmicon.h b/xpmicon.h
index 3921723..73ca08f 100644
--- a/xpmicon.h
+++ b/xpmicon.h
@@ -1,5 +1,5 @@
 /*
- * $Id: xpmicon.h,v 1.1.1.1 2001/02/12 22:26:11 xtifr Exp $
+ * $Id: xpmicon.h,v 1.1.1.1.2.1 2001/06/17 07:21:36 xtifr Exp $
  *
  * part of wmrack
  *
@@ -7,8 +7,8 @@
  *
  * Copyright (c) 1997 by Oliver Graf <ograf at fga.de>
  */
-#ifndef _XPMICON_H
-#define _XPMICON_H
+#ifndef WMRACK_XPMICON_H_
+#define WMRACK_XPMICON_H_
 
 /* Xpm struct */
 typedef struct {
@@ -43,4 +43,4 @@ int xpm_loadSet(Display *disp, Drawable draw, char *filename);
 int xpm_setDefaultSet(Display *disp, Drawable draw, int num);
 void xpm_freeSet(Display *disp);
 
-#endif
+#endif /* WMRACK_XPMICON_H_ */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmrack.git



More information about the Pkg-wmaker-commits mailing list