diff options
author | Stefan Kempf <stefan@cvs.openbsd.org> | 2007-12-22 13:13:28 +0000 |
---|---|---|
committer | Stefan Kempf <stefan@cvs.openbsd.org> | 2007-12-22 13:13:28 +0000 |
commit | 42fb310342bd3c17c926835e06388d425368bb54 (patch) | |
tree | 85299afa90013dccae47c90a469b4c69eb7a916e /usr.bin/pcc/pdp10/local.c | |
parent | aec35233e6f3ce55edccd0bd6665278e19c02ef2 (diff) |
Sync with main repo.
Diffstat (limited to 'usr.bin/pcc/pdp10/local.c')
-rw-r--r-- | usr.bin/pcc/pdp10/local.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/pcc/pdp10/local.c b/usr.bin/pcc/pdp10/local.c index cf95e0f7a8d..2b21bbc654b 100644 --- a/usr.bin/pcc/pdp10/local.c +++ b/usr.bin/pcc/pdp10/local.c @@ -1,4 +1,4 @@ -/* $OpenBSD: local.c,v 1.3 2007/11/18 17:39:55 ragge Exp $ */ +/* $OpenBSD: local.c,v 1.4 2007/12/22 13:13:06 stefan Exp $ */ /* * Copyright (c) 2003 Anders Magnusson (ragge@ludd.luth.se). * All rights reserved. @@ -484,7 +484,6 @@ xptype(TWORD t) case DOUBLE: case STRTY: case UNIONTY: - case ENUMTY: case UNSIGNED: case ULONG: case ULONGLONG: @@ -556,7 +555,6 @@ offcon(OFFSZ off, TWORD t, union dimfun *d, struct suedef *sue) case ULONG: case STRTY: case UNIONTY: - case ENUMTY: case LONGLONG: case ULONGLONG: case FLOAT: |