[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs qe.h
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs qe.h |
Date: |
Wed, 23 Apr 2008 15:32:26 +0000 |
CVSROOT: /cvsroot/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 08/04/23 15:32:26
Modified files:
. : qe.h
Log message:
fixed compile/splint warning
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/qe.h?cvsroot=qemacs&r1=1.90&r2=1.91
Patches:
Index: qe.h
===================================================================
RCS file: /cvsroot/qemacs/qemacs/qe.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- qe.h 22 Apr 2008 09:28:33 -0000 1.90
+++ qe.h 23 Apr 2008 15:32:26 -0000 1.91
@@ -53,7 +53,9 @@
#define __attr_printf(a, b) __attribute__((format(printf, a, b)))
#define __unused__ __attribute__((unused))
#else
+#ifndef __attribute__
#define __attribute__(l)
+#endif
#define __attr_printf(a, b)
#define __unused__
#endif