merge from gcc
This commit is contained in:
parent
d226df4d47
commit
007425f1be
7 changed files with 21 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
/* List implementation of a partition of consecutive integers.
|
||||
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
Contributed by CodeSourcery, LLC.
|
||||
|
||||
This file is part of GCC.
|
||||
|
@ -40,7 +40,7 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#include <ansidecl.h>
|
||||
#include "ansidecl.h"
|
||||
#include <stdio.h>
|
||||
|
||||
struct partition_elem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue