This file is indexed.

/usr/include/pretzel/ftparse.h is in pretzel 2.0n-2-0.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#line 61 "ftparse.nw"
#ifndef FTPARSE_H
#define FTPARSE_H

#line 150 "ftparse.nw"
#include <iostream>
#line 203 "ftparse.nw"
#include "ftscan.h"
#line 129 "ftparse.nw"
class Pscan_builder {
public:
  Pscan_builder();
  ~Pscan_builder();
  int build(istream*, ostream*);

  // for error diagnosis and debugging:
  char* error_text();
  int error_line();
  void debug_on();      // write what the generator is doing to cerr
  void debug_off();

private:
  
#line 197 "ftparse.nw"
  Ftscanner* scanner;
#line 143 "ftparse.nw"
};


#line 67 "ftparse.nw"
#endif