]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/mf_common.h
ncurses 5.6
[ncurses.git] / menu / mf_common.h
index 5b02eb4ce46fed9994f3b239c6586409da331412..681672dc34248385f4aa3bb3474d296e29577c65 100644 (file)
@@ -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 */