Reviewed and approved by Daniel Jacobowitz <drow@false.org>
2006-10-04 Fred Fish <fnf@specifix.com> * vec.c: Include defs.h first. This pulls in config.h which can affect other includes.
This commit is contained in:
parent
331140640e
commit
8aceae7e50
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-10-04 Fred Fish <fnf@specifix.com>
|
||||||
|
|
||||||
|
* vec.c: Include defs.h first. This pulls in config.h which can
|
||||||
|
affect other includes.
|
||||||
|
|
||||||
2006-10-04 Joel Brobecker <brobecker@adacore.com>
|
2006-10-04 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* somread.c (som_symtab_read): Avoid using alloca for potentially
|
* somread.c (som_symtab_read): Avoid using alloca for potentially
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
Boston, MA 02110-1301, USA. */
|
Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
#include "vec.h"
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
|
#include "vec.h"
|
||||||
|
|
||||||
struct vec_prefix
|
struct vec_prefix
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue