From JargonWiki
FIXME
|
Usage: imp.Derivation: Common See Also: XXX
|
FIXME: imp.
[common] A standard tag often put in C comments near a piece of code that needs work. The point of doing so is that a grep or a similar pattern-matching tool can find all such places quickly.
/* FIXME: note this is common in GNU code. */
Compare XXX.
Sources
Public Domain
This article is in the public domain and is not subject to copyright, trademark, or any other legal protection of intellectual property.
Any and all user contributions to this page are also immediately dedicated to the public domain.
Editors of this page must accede to these terms as special conditions of the standard editing privileges.
|
|