89de9a2fb4
and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree. WWW: http://silentbob.sourceforge.net/ PR: 128969 Submitted by: TAKATSU Tomonari <tota at rtfm dot jp>
11 lines
339 B
C
11 lines
339 B
C
--- include/inline.h.orig 2008-08-28 18:31:51.000000000 +0900
|
|
+++ include/inline.h 2008-11-13 15:53:51.000000000 +0900
|
|
@@ -109,7 +109,7 @@
|
|
return count;
|
|
}
|
|
|
|
-#define find_one_ext(ext) sblib_find ((char *) "./", (char *) ext, ENV->tmp_files)
|
|
+#define find_one_ext(ext) sblib_find ((char *) ".", (char *) ext, ENV->tmp_files)
|
|
|
|
#endif
|
|
|