Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-28 09:07:01 +0400
committerDJ Delorie <dj@redhat.com>2005-03-28 09:07:01 +0400
commiteda51d16109a10bfae26436fce3b1e9bb2591788 (patch)
tree676a4cc08f1a9492b6f4690acc3eec9b8635e2a3 /include/partition.h
parent25c47304a3fce6a457e2f784d20132e6c3dbfaaf (diff)
merge from gcc
Diffstat (limited to 'include/partition.h')
-rw-r--r--include/partition.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/include/partition.h b/include/partition.h
index 5d3623f71..0cf3fbcb3 100644
--- a/include/partition.h
+++ b/include/partition.h
@@ -64,13 +64,10 @@ typedef struct partition_def
struct partition_elem elements[1];
} *partition;
-extern partition partition_new PARAMS((int));
-extern void partition_delete PARAMS((partition));
-extern int partition_union PARAMS((partition,
- int,
- int));
-extern void partition_print PARAMS((partition,
- FILE*));
+extern partition partition_new (int);
+extern void partition_delete (partition);
+extern int partition_union (partition, int, int);
+extern void partition_print (partition, FILE*);
/* Returns the canonical element corresponding to the class containing
ELEMENT__ in PARTITION__. */