From 210c61aa9bfd0f10e0d105d294280a863d8cfec9 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 20 Jan 2005 23:37:57 +0000 Subject: * gmon.h, alpha.c, vax.c: Remove #if 0'd chunks. --- gprof/vax.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'gprof/vax.c') diff --git a/gprof/vax.c b/gprof/vax.c index 9c06650..6216589 100644 --- a/gprof/vax.c +++ b/gprof/vax.c @@ -53,15 +53,17 @@ enum opermodes }; typedef enum opermodes operandenum; -#if 0 +/* *INDENT-OFF* */ /* Here to document only. We can't use this when cross compiling as - the bitfield layout might not be the same as native. */ -struct modebyte - { - unsigned int regfield:4; - unsigned int modefield:4; - }; -#endif + the bitfield layout might not be the same as native. + + struct modebyte + { + unsigned int regfield:4; + unsigned int modefield:4; + }; +*/ +/* *INDENT-ON* */ /* * A symbol to be the child of indirect calls: -- cgit v1.1