~ubuntu-branches/ubuntu/vivid/regina-normal/vivid

« back to all changes in this revision

Viewing changes to engine/snappea/kernel/kernel.h

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2013-11-02 11:44:32 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20131102114432-acgci6b1pb2hjl8q
Tags: 4.95-1
* New upstream release.
* The python module is now installed in a standard location beneath
  /usr/lib/python2.7/dist-packages.
* Switched python packaging from python-support to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *  It should be #included in all kernel .c files, but nowhere else.
6
6
 */
7
7
 
 
8
/* 
 
9
 *  Allow inclusion of this header in c++ projects.
 
10
 */
 
11
#ifdef __cplusplus
 
12
extern "C" {
 
13
#endif
 
14
 
8
15
#ifndef _kernel_
9
16
#define _kernel_
10
17
 
36
43
#include "tables.h"
37
44
 
38
45
#endif
 
46
 
 
47
#ifdef __cplusplus
 
48
}
 
49
#endif