kopia lustrzana https://gitlab.com/sane-project/backends
Restore alloca include order
rodzic
0827226249
commit
18e9d6c358
|
@ -1,3 +1,7 @@
|
||||||
|
2009-02-01 Mattias Ellert <mattias.ellert@fysast.uu.se>
|
||||||
|
* tools/Makefile.am: Add missing liblib dependencies
|
||||||
|
* frontend/scanimage.c: Restore alloca include order
|
||||||
|
|
||||||
2009-02-19 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
|
2009-02-19 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
|
||||||
* configure.in, Makefile.am, backend/Makefile.am: Have
|
* configure.in, Makefile.am, backend/Makefile.am: Have
|
||||||
configure define configdir so all makefiles can use
|
configure define configdir so all makefiles can use
|
||||||
|
|
|
@ -22,12 +22,12 @@
|
||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* Put anything that may use a macro that can conflict with our
|
#ifdef _AIX
|
||||||
* internal remapping functions in liblib.la before we include
|
# include "../include/lalloca.h" /* MUST come first for AIX! */
|
||||||
* include/sane/config.h.
|
#endif
|
||||||
*/
|
|
||||||
#include "../include/lalloca.h" /* MUST come first for AIX! */
|
|
||||||
#include "../include/sane/config.h"
|
#include "../include/sane/config.h"
|
||||||
|
#include "../include/lalloca.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "lgetopt.h"
|
#include "lgetopt.h"
|
||||||
|
|
Ładowanie…
Reference in New Issue