summaryrefslogtreecommitdiff
path: root/bcc/table.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1997-10-05 15:05:09 +0200
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:40:02 +0200
commit48798bf2eb93ec3b99720ac2e16093441156653d (patch)
tree35e03d95df5f2677f05e32d70abb6d0583aa47ba /bcc/table.c
parent9d97bc3cb3aecd3416fb7c4be3ca2f436665b696 (diff)
downloaddev86-48798bf2eb93ec3b99720ac2e16093441156653d.tar.gz
Import Dev86src-0.13.0.tar.gzv0.13.0
Diffstat (limited to 'bcc/table.c')
-rw-r--r--bcc/table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcc/table.c b/bcc/table.c
index 19e1528..8b9bfb8 100644
--- a/bcc/table.c
+++ b/bcc/table.c
@@ -50,7 +50,7 @@ struct string
struct string *snext;
char *sptr;
char *stop;
- label_t slabel;
+ label_no slabel;
};
#endif
@@ -495,7 +495,7 @@ PRIVATE void heapcorrupterror()
/* hold string for dumping at end, to avoid mixing it with other data */
-PUBLIC label_t holdstr(sptr, stop)
+PUBLIC label_no holdstr(sptr, stop)
char *sptr;
char *stop;
{