aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-08-17 13:45:46 +0000
committerDave Love2000-08-17 13:45:46 +0000
commit9d8cf732e697eb256e55dae088c349850cebea3f (patch)
treef421841586959ce99b9c4da41e7d453afcc00260 /src
parentd2473540a7c79d60f374a0c12513842b6ed66535 (diff)
downloademacs-9d8cf732e697eb256e55dae088c349850cebea3f.tar.gz
emacs-9d8cf732e697eb256e55dae088c349850cebea3f.zip
Add size_t.
Diffstat (limited to 'src')
-rw-r--r--src/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 204c7d85dfe..34bd389289a 100644
--- a/src/config.in
+++ b/src/config.in
@@ -305,6 +305,7 @@ Boston, MA 02111-1307, USA. */
305#undef HAVE_AIX_SMT_EXP 305#undef HAVE_AIX_SMT_EXP
306 306
307#undef vfork 307#undef vfork
308#undef size_t
308 309
309/* Define if you have the ANSI `strerror' function. 310/* Define if you have the ANSI `strerror' function.
310 Otherwise you must have the variable `char *sys_errlist[]'. */ 311 Otherwise you must have the variable `char *sys_errlist[]'. */