/usr/include/paw/ntuple/qp_semantic.h is in libpawlib2-dev 1:2.14.04.dfsg.2-7ubuntu1.
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 | /*
* qp_semantic.h --
* Declaration of the entry point for the semantic analysis
*
* Original: 13-Jul-1994 11:07
*
* Author: Maarten Ballintijn <Maarten.Ballintijn@cern.ch>
*
* $Id: qp_semantic.h,v 1.4 1996/04/23 18:39:00 maartenb Exp $
*
* $Log: qp_semantic.h,v $
* Revision 1.4 1996/04/23 18:39:00 maartenb
* - Add RCS keywords
*
*
*/
#ifndef CERN_QP_SEMANTIC
#define CERN_QP_SEMANTIC
#include <paw/ntuple/qp_tree.h>
pTree
sem_check( pTree t, int *r );
void
qp_sem_cmd( pTree st, int n, pTree et[], int *r );
#endif /* CERN_QP_SEMANTIC */
|