convert.c (global-6.6.4) | : | convert.c (global-6.6.5) | ||
---|---|---|---|---|
skipping to change at line 49 | skipping to change at line 49 | |||
#include "format.h" | #include "format.h" | |||
#include "gparam.h" | #include "gparam.h" | |||
#include "gpathop.h" | #include "gpathop.h" | |||
#include "gtagsop.h" | #include "gtagsop.h" | |||
#include "rewrite.h" | #include "rewrite.h" | |||
#include "strbuf.h" | #include "strbuf.h" | |||
#include "strlimcpy.h" | #include "strlimcpy.h" | |||
#include "convert.h" | #include "convert.h" | |||
static int debug = 0; | static int debug = 0; | |||
int flags; | static int flags; | |||
/** | /** | |||
* This module converts records before output. | * This module converts records before output. | |||
* The converting includes the followings: | * The converting includes the followings: | |||
* | * | |||
* 1. constructing format (-x, -t, --result) | * 1. constructing format (-x, -t, --result) | |||
* 2. converting path style (-a, --path-style) | * 2. converting path style (-a, --path-style) | |||
* 3. inserting escape sequences for coloring (--color) | * 3. inserting escape sequences for coloring (--color) | |||
*/ | */ | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |