X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fmf_common.h;h=681672dc34248385f4aa3bb3474d296e29577c65;hp=5b02eb4ce46fed9994f3b239c6586409da331412;hb=155b34efd7e736423212bee09a93efc96ad627de;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/menu/mf_common.h b/menu/mf_common.h index 5b02eb4c..681672dc 100644 --- a/menu/mf_common.h +++ b/menu/mf_common.h @@ -30,7 +30,7 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: mf_common.h,v 0.21 2004/12/11 22:40:40 tom Exp $ */ +/* $Id: mf_common.h,v 0.22 2005/11/26 15:26:52 tom Exp $ */ /* Common internal header for menu and form library */ @@ -92,13 +92,4 @@ extern int errno; (object)->status &= ~_IN_DRIVER;\ } -#define INLINE - -#ifndef TRACE -# if CC_HAS_INLINE_FUNCS -# undef INLINE -# define INLINE inline -# endif -#endif - #endif /* MF_COMMON_H_incl */