X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Flimitx.h;h=b7d6264ba9dc4ff2dcdde6578416da2c90e1b282;hb=2a6a6991c3901005b1f9b2809780c0e4655dd56b;hp=d0dc601755b6b70343033305bbcdefb976dafff9;hpb=e9e0fd3fe8d84dd982dc66d682862583a4265507;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/limitx.h b/gcc/limitx.h index d0dc601755b..b7d6264ba9d 100644 --- a/gcc/limitx.h +++ b/gcc/limitx.h @@ -1,9 +1,35 @@ +/* Copyright (C) 1992, 1994, 1997, 1998 Free Software Foundation, Inc. + +This file is part of GCC. + +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 3, or (at your option) any later +version. + +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +Under Section 7 of GPL version 3, you are granted additional +permissions described in the GCC Runtime Library Exception, version +3.1, as published by the Free Software Foundation. + +You should have received a copy of the GNU General Public License and +a copy of the GCC Runtime Library Exception along with this program; +see the files COPYING3 and COPYING.RUNTIME respectively. If not, see +. */ + /* This administrivia gets added to the beginning of limits.h if the system has its own version of limits.h. */ -#ifndef _LIMITS_H_ /* Terminated in limity.h. */ -#define _LIMITS_H_ +/* We use _GCC_LIMITS_H_ because we want this not to match + any macros that the system's limits.h uses for its own purposes. */ +#ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */ +#define _GCC_LIMITS_H_ #ifndef _LIBC_LIMITS_H_ +/* Use "..." so that we find syslimits.h only in this same directory. */ #include "syslimits.h" #endif