X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fmem-limits.h;h=fac673268ad4f4614a765874f57c75df5e8d7adb;hp=3fb0e4eab088c72c545534491b8352d6a9633394;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/mem-limits.h b/src/mem-limits.h index 3fb0e4e..fac6732 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -27,8 +27,8 @@ Boston, MA 02111-1307, USA. */ getrlimit() should be preferred to ulimit(). On Linux, ulimit() is deprecated and always returns -1. */ -#ifndef _XEMACS_MEM_LIMITS_H_ -#define _XEMACS_MEM_LIMITS_H_ +#ifndef INCLUDED_mem_limits_h_ +#define INCLUDED_mem_limits_h_ #ifdef HAVE_CONFIG_H #include @@ -220,4 +220,4 @@ get_lim_data (void) #endif /* not NO_LIM_DATA */ #endif /* not HEAP_IN_DATA */ -#endif /* _XEMACS_MEM_LIMITS_H_ */ +#endif /* INCLUDED_mem_limits_h_ */