Mercurial > hg > xemacs-beta
comparison lib-src/b2m.c @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 2d532a89d707 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
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 |