home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 52
/
Amiga_Dream_52.iso
/
Linux
/
Divers
/
lyx-0.13.2.tar.gz
/
lyx-0.13.2.tar
/
lyx-0.13.2
/
src
/
broken_const.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-23
|
535b
|
21 lines
/* -*- C++ -*- */
/* This file is part of
* ======================================================
*
* LyX, the High Level Word Processor
*
* Copyright (C) 1995,1996 Matthias Ettrich
*
*======================================================
broken_const.h -- inhibits the `const' keyword for compilation */
#ifdef const
#undef const
#endif /* const */
#define const
#ifdef __CONSTVALUE2
#undef __CONSTVALUE2
#define __CONSTVALUE2 /* We don't want empty __attribute__ (()). */
#endif /* __CONSTVALUE2 */