comparison src/getopt.c @ 12371:840a7d176754

[gaim-migrate @ 14675] Bleeter doesn't like form feeds. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 06 Dec 2005 09:52:30 +0000
parents fa6395637e2c
children e8314f98b870
comparison
equal deleted inserted replaced
12370:0d4484b7a46a 12371:840a7d176754
18 GNU General Public License for more details. 18 GNU General Public License for more details.
19 19
20 You should have received a copy of the GNU General Public License 20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software 21 along with this program; if not, write to the Free Software
22 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 22 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
23 23
24 /* NOTE!!! AIX requires this to be the first thing in the file. 24 /* NOTE!!! AIX requires this to be the first thing in the file.
25 Do not put ANYTHING before it! */ 25 Do not put ANYTHING before it! */
26 #if !defined (__GNUC__) && defined (_AIX) 26 #if !defined (__GNUC__) && defined (_AIX)
27 #pragma alloca 27 #pragma alloca
28 #endif 28 #endif