Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2006 02:02:55 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 110918 for review
Message-ID:  <200612030202.kB322tSi007790@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=110918

Change 110918 by jb@jb_freebsd8 on 2006/12/03 02:02:32

	Allow for the .S file extension too.

Affected files ...

.. //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/cvt/input.c#3 edit

Differences ...

==== //depot/projects/opensolaris/contrib/opensolaris/tools/ctf/cvt/input.c#3 (text) ====

@@ -71,6 +71,7 @@
 			/* ignore */
 			break;
 		case 's':
+		case 'S':
 			types |= SOURCE_S;
 			break;
 		default:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030202.kB322tSi007790>