Module Name:    src
Committed By:   christos
Date:           Fri Mar 18 17:08:45 UTC 2016

Modified Files:
        src/external/cddl/osnet/dist/tools/ctf/cvt: ctf.c

Log Message:
treat class line struct and union


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c
diff -u src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c:1.11 src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c:1.12
--- src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c:1.11	Fri Mar 18 09:23:00 2016
+++ src/external/cddl/osnet/dist/tools/ctf/cvt/ctf.c	Fri Mar 18 13:08:45 2016
@@ -383,6 +383,7 @@ write_type(void *arg1, void *arg2)
 
 	case STRUCT:
 	case UNION:
+	case CLASS:
 		for (i = 0, mp = tp->t_members; mp != NULL; mp = mp->ml_next)
 			i++; /* count up struct or union members */
 

Reply via email to