19c2202137
Introduce test target. Changes in version 1.4 * Symbol aliases The `--symbol' option has been extended to allow for defining symbol aliases. Aliases are useful for declaring reserved words such as `__restrict' or `__inline'. For example, the option `--symbol __restrict:=restrict' instructs cflow to treat `__restrict' exactly as `restrict'. * New syntactic class: qualifiers Tokens in this class can legitimately appear in place of C qualifiers, such as `static' or `inline'. This class is useful for some compiler-depending keywords, such as `__extension__' in gcc. The usual declaration of this symbol is `--symbol __extension__:qualifier'. * Speed up recursive call detection. * Fix parsing of typedefs after `struct'. * Fix the output of branch marks in tree mode. * Fix processing of static inline functions (RH bug 650716).
6 lines
290 B
Text
6 lines
290 B
Text
$NetBSD: distinfo,v 1.6 2012/10/25 08:03:14 asau Exp $
|
|
|
|
SHA1 (cflow-1.4.tar.gz) = 43d969b9898103ad125cd2e65f1f652550cb9434
|
|
RMD160 (cflow-1.4.tar.gz) = 8c7b3f7b242f46b340d758c02d011f7efca66694
|
|
Size (cflow-1.4.tar.gz) = 795545 bytes
|
|
SHA1 (patch-aa) = e05ef8092bdc5d0df8b380f7063e46baea4f49c3
|