PERFORCE change 95398 for review

John Birrell jb at FreeBSD.org
Sun Apr 16 22:31:24 UTC 2006


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

Change 95398 by jb at jb_freebsd2 on 2006/04/16 22:31:12

	Recognise .S assembler files as source.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/tools/ctf/cvt/input.c#2 edit

Differences ...

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

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


More information about the p4-projects mailing list