2014-04-26 15:52:28 +01:00
|
|
|
FIXME
|
|
|
|
|
|
2014-04-26 16:54:15 +01:00
|
|
|
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:notethisiscommonin GNU code.*/ Compare XXX.
|
|
|
|
|
|