PERFORCE change 110918 for review

John Birrell jb at FreeBSD.org
Sat Dec 2 18:02:56 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110918

Change 110918 by jb at 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:


More information about the p4-projects mailing list