summaryrefslogtreecommitdiff
path: root/include/partition.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-03-28 05:07:08 +0000
committerDJ Delorie <dj@delorie.com>2005-03-28 05:07:08 +0000
commiteb0e4f9cefc1d530da0654474f7a909f07ee77d3 (patch)
tree5f0563b072f5e292e6c10e44250653ca9048f83c /include/partition.h
parent330f7c1a6218d3b4a10b5b571eee65f3d53b64ac (diff)
downloadgdb-eb0e4f9cefc1d530da0654474f7a909f07ee77d3.tar.gz
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 5d3623f716e..0cf3fbcb32d 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__. */