[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Global-commit] global/libparser Cpp.c
From: |
Shigio YAMAGUCHI |
Subject: |
[Global-commit] global/libparser Cpp.c |
Date: |
Wed, 26 Aug 2015 06:42:11 +0000 |
CVSROOT: /sources/global
Module name: global
Changes by: Shigio YAMAGUCHI <shigio> 15/08/26 06:42:11
Modified files:
libparser : Cpp.c
Log message:
[Bug fixed]
Gtags(1) didn't pick up 'pr_debug' as a definition in this example:
extern void dump_stack(void) __cold;
#define pr_debug() printk()
Now it works.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/libparser/Cpp.c?cvsroot=global&r1=1.19&r2=1.20