comparison lib-src/b2m.c @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
17 17
18 /* Made conformant to the GNU coding standards January, 1995 18 /* Made conformant to the GNU coding standards January, 1995
19 by Francesco Potorti` <pot@cnuce.cnr.it>. */ 19 by Francesco Potorti` <pot@cnuce.cnr.it>. */
20 20
21 #ifdef HAVE_CONFIG_H 21 #ifdef HAVE_CONFIG_H
22 #include <../src/config.h> 22 #include <config.h>
23 /* On some systems, Emacs defines static as nothing for the sake 23 /* On some systems, Emacs defines static as nothing for the sake
24 of unexec. We don't want that here since we don't use unexec. */ 24 of unexec. We don't want that here since we don't use unexec. */
25 #undef static 25 #undef static
26 #endif 26 #endif
27 27