Fix missing brace in comment.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3608 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
3f31e16881
commit
57c761dea2
@ -1251,7 +1251,7 @@ static GeanyFiletype *detect_global_tags_filetype(const gchar *utf8_filename)
|
|||||||
int symbols_generate_global_tags(int argc, char **argv, gboolean want_preprocess)
|
int symbols_generate_global_tags(int argc, char **argv, gboolean want_preprocess)
|
||||||
{
|
{
|
||||||
/* -E pre-process, -dD output user macros, -p prof info (?),
|
/* -E pre-process, -dD output user macros, -p prof info (?),
|
||||||
* -undef remove builtin macros (seems to be needed with FC5 gcc 4.1.1 */
|
* -undef remove builtin macros (seems to be needed with FC5 gcc 4.1.1) */
|
||||||
const char pre_process[] = "gcc -E -dD -p -undef";
|
const char pre_process[] = "gcc -E -dD -p -undef";
|
||||||
|
|
||||||
if (argc > 2)
|
if (argc > 2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user