PERFORCE change 144488 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Jul 2 14:53:32 UTC 2008


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

Change 144488 by gabor at gabor_server on 2008/07/02 14:52:50

	- Remove false comment

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/diff/diff.c#5 edit

Differences ...

==== //depot/projects/soc2008/gabor_textproc/diff/diff.c#5 (text+ko) ====

@@ -76,7 +76,6 @@
 /* XXX: UNIMPLEMENTED
 	{ "ignore-blank-lines",		no_argument,		NULL,	'B' }, */
 	{ "ignore-space-change",	no_argument,		NULL,	'b' },
-/* XXX: -c is incompatible with GNU version */
 	{ "context",			optional_argument,	NULL,	'C' },
 	{ "ifdef",			required_argument,	NULL,	'D' },
 	{ "minimal",			no_argument,		NULL,	'd' },
@@ -100,7 +99,6 @@
 	{ "report-identical-files",	no_argument,		NULL,	's' },
 	{ "initial-tab",		no_argument,		NULL,	'T' },
 	{ "expand-tabs",		no_argument,		NULL,	't' },
-/* XXX: -u is incompatible with GNU version */
 	{ "unified",			optional_argument,	NULL,	'U' },
 	{ "version",			no_argument,		NULL,	'v' },
 /* XXX: UNIMPLEMENTED


More information about the p4-projects mailing list