summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/combine_labels.h
blob: 4a273d0b83711cbd143377aa66d68e044ae7db6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file combine_labels.h
 *
 * @author  Guy Maurel
 * @license GPL v2+
 * extract from combine.h
 */

#ifndef COMBINE_LABELS_H_INCLUDED
#define COMBINE_LABELS_H_INCLUDED


/**
 * Examines the whole file and changes CT_COLON to
 * CT_Q_COLON, CT_LABEL_COLON, or CT_CASE_COLON.
 * It also changes the CT_WORD before CT_LABEL_COLON into CT_LABEL.
 */
void combine_labels(void);


#endif /* COMBINE_LABELS_H_INCLUDED */