projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
499f9b7
)
Added #undef EINTR to avoid warnings
author
joergs
<joergs@users.sourceforge.net>
Sat, 13 Oct 2001 12:46:08 +0000
(12:46 +0000)
committer
joergs
<joergs@users.sourceforge.net>
Sat, 13 Oct 2001 12:46:08 +0000
(12:46 +0000)
amiga.h
patch
|
blob
|
history
diff --git
a/amiga.h
b/amiga.h
index
653a416
..
2701923
100644
(file)
--- a/
amiga.h
+++ b/
amiga.h
@@
-1,7
+1,7
@@
#ifdef AMIGA
#ifndef AMIGA_H_INCLUDED
#define AMIGA_H_INCLUDED
#ifdef AMIGA
#ifndef AMIGA_H_INCLUDED
#define AMIGA_H_INCLUDED
-#define AMIGA_H_VERSION "$Id: amiga.h,v 1.
4 2001/05/29 20:05:06 joergs
Exp $"
+#define AMIGA_H_VERSION "$Id: amiga.h,v 1.
5 2001/07/29 18:43:08 jongfoster
Exp $"
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/amiga.h,v $
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/amiga.h,v $
@@
-31,6
+31,10
@@
*
* Revisions :
* $Log: amiga.h,v $
*
* Revisions :
* $Log: amiga.h,v $
+ * Revision 1.5 2001/07/29 18:43:08 jongfoster
+ * Changing #ifdef _FILENAME_H to FILENAME_H_INCLUDED, to conform to
+ * ANSI C rules.
+ *
* Revision 1.4 2001/05/29 20:05:06 joergs
* Fixed exit() macro not exiting if called before InitAmiga()
* (junkbuster --help and --version).
* Revision 1.4 2001/05/29 20:05:06 joergs
* Fixed exit() macro not exiting if called before InitAmiga()
* (junkbuster --help and --version).
@@
-102,6
+106,7
@@
__saveds ULONG server_thread(void);
} \
}
} \
}
+#undef EINTR
#define EINTR 0
#endif /* ndef AMIGA_H_INCLUDED */
#define EINTR 0
#endif /* ndef AMIGA_H_INCLUDED */