root/trunk/mac/inc/alloca.h

Revision 4220, 1.0 kB (checked in by miyoshi, 9 months ago)

Sync up with Emacs22.2.

  • Property svn:eol-style set to native
Line 
1 /* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2       2006, 2007, 2008 Free Software Foundation, Inc.
3
4 This file is part of GNU Emacs.
5
6 GNU Emacs is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 3, or (at your option) any
9 later version.
10
11 GNU Emacs is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING.  If not, write to the Free
18 Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 MA 02110-1301, USA.  */
20
21 /* Contributed by Andrew Choi (akochoi@mac.com).  */
22
23 #ifndef _ALLOCA_H_
24 #define _ALLOCA_H_
25
26 #if __MRC__
27 void *__alloca(size_t size);
28 #endif
29
30 #endif
31
32 /* arch-tag: 8d4114d1-633e-49e7-8f18-b5648f9c4511
33    (do not change this comment) */
Note: See TracBrowser for help on using the browser.