texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo system.h


From: Karl Berry
Subject: texinfo system.h
Date: Sat, 15 Oct 2011 15:49:55 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/10/15 15:49:55

Modified files:
        .              : system.h 

Log message:
        missed commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/system.h?cvsroot=texinfo&r1=1.12&r2=1.13

Patches:
Index: system.h
===================================================================
RCS file: /sources/texinfo/texinfo/system.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- system.h    6 Apr 2011 21:15:36 -0000       1.12
+++ system.h    15 Oct 2011 15:49:55 -0000      1.13
@@ -1,8 +1,8 @@
 /* system.h: system-dependent declarations; include this first.
-   $Id: system.h,v 1.12 2011/04/06 21:15:36 gray Exp $
+   $Id: system.h,v 1.13 2011/10/15 15:49:55 karl Exp $
 
    Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+   2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -58,12 +58,11 @@
 
 /* Additional gnulib includes.  */
 #include "mbchar.h"
-#include "mbswidth.h"
-#include "xalloc.h"
-#include "xsetenv.h"
 #if HAVE_MBRTOWC
 #include "mbiter.h"
 #endif
+#include "mbswidth.h"
+#include "xalloc.h"
 
 #include <errno.h>
 #ifndef errno
@@ -215,8 +214,6 @@
 struct passwd *getpwnam (const char *name);
 
 /* Our library routines not included in any system library.  */
-extern void *xmalloc (size_t), *xrealloc (void *, size_t);
-extern char *xstrdup (const char *);
 extern void xexit (int);
 
 /* For convenience.  */
@@ -235,11 +232,6 @@
 #endif
 #define MAX(a,b) ((a) > (b) ? (a) : (b))
 
-#ifdef DMALLOC_DEBUG
-#define DMALLOC_FUNC_CHECK
-#include "dmalloc.h"
-#endif
-
 #ifndef TEXINFO_PRINTFLIKE
 # define TEXINFO_PRINTFLIKE(fmt,narg) __attribute__ ((__format__ (__printf__, 
fmt, narg)))
 #endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]