Merged into cxxCompilerDependencies.h

This commit is contained in:
W. Eric Norum
2003-09-17 14:33:08 +00:00
parent da15507f8d
commit e405ebbbee

View File

@@ -1,21 +0,0 @@
/*************************************************************************\
* Copyright (c) 2003 The University of Chicago, as Operator of Argonne
* National Laboratory.
* EPICS BASE Versions 3.13.7
* and higher are distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
\*************************************************************************/
#ifndef _EPICS_COMPILERDEFS_H
#define _EPICS_COMPILERDEFS_H
/*
* Compiler-specific definitions
*/
#ifdef __GNUC__
# define EPICS_PRINTF_STYLE(f,a) __attribute__((format(printf,f,a)))
#else
# define EPICS_PRINTF_STYLE(f,a)
#endif
#endif /* _EPICS_COMPILERDEFS_H */