Skip to content

Commit acf07f2

Browse files
committed
libutil,comment: update the comment for canonicalizeAbsoluteFileName
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent aa377fe commit acf07f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

main/fname.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ extern hashTable *canonFnameCacheTableNew (void);
2020
extern const char *canonicalizeRelativeFileName(const char *cwd, size_t cwd_len, const char *input,
2121
hashTable* cache_table);
2222

23-
/* eFree() is for freeing the cstring returned from this function. */
23+
/* eFree() is for freeing the cstring returned from this function.
24+
* This function may modify FNAME[].
25+
*/
2426
extern char *canonicalizeAbsoluteFileName (char *fname);
2527

2628
#endif /* CTAGS_MAIN_FNAME_UTIL_H */

makefiles/testing.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,4 @@ tutil: $(UTILTEST_DEP)
384384
fi; \
385385
\
386386
builddir=$$(pwd); \
387-
$$vg $$builddir/$(UTILTEST_TEST)
387+
$$vg $$builddir/$(UTILTEST_TEST) -v

0 commit comments

Comments
 (0)