[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnulib] argp __OPTIMIZE__
From: |
Karl Berry |
Subject: |
[Bug-gnulib] argp __OPTIMIZE__ |
Date: |
Mon, 18 Oct 2004 13:52:26 -0400 |
It seems the gnulib argp code was changed to use #define __OPTIMIZE__ as
1, instead of just #define'd. Is this worth breaking synchronization for?
Thanks,
k
## /tmp/argp-fs-xinl.c lib/argp-fs-xinl.c # changes
*** lib/argp-fs-xinl.c Tue Jul 8 16:25:14 2003
--- /tmp/argp-fs-xinl.c Mon Oct 18 00:51:59 2004
***************
*** 1,4 ****
/* Real definitions for extern inline functions in argp-fmtstream.h
! Copyright (C) 1997, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <address@hidden>.
--- 1,4 ----
/* Real definitions for extern inline functions in argp-fmtstream.h
! Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <address@hidden>.
***************
*** 24,28 ****
#define ARGP_FS_EI
#undef __OPTIMIZE__
! #define __OPTIMIZE__
#include "argp-fmtstream.h"
--- 24,28 ----
#define ARGP_FS_EI
#undef __OPTIMIZE__
! #define __OPTIMIZE__ 1
#include "argp-fmtstream.h"
## /tmp/argp-xinl.c lib/argp-xinl.c # changes
*** lib/argp-xinl.c Sat Oct 4 05:28:07 2003
--- /tmp/argp-xinl.c Mon Oct 18 00:51:59 2004
***************
*** 1,4 ****
/* Real definitions for extern inline functions in argp.h
! Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <address@hidden>.
--- 1,4 ----
/* Real definitions for extern inline functions in argp.h
! Copyright (C) 1997, 1998, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <address@hidden>.
***************
*** 31,35 ****
#define ARGP_EI
#undef __OPTIMIZE__
! #define __OPTIMIZE__
#include "argp.h"
--- 31,35 ----
#define ARGP_EI
#undef __OPTIMIZE__
! #define __OPTIMIZE__ 1
#include "argp.h"
- [Bug-gnulib] argp __OPTIMIZE__,
Karl Berry <=