File: null_value.h

package info (click to toggle)
rpy2 2.2.6-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,032 kB
  • sloc: ansic: 8,431; python: 6,451; makefile: 149
file content (13 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _RPY_PRIVATE_NULLVALUE_H_
#define _RPY_PRIVATE_NULLVALUE_H_

#ifndef _RPY_RINTERFACE_MODULE_
#error null_value.h should not be included
#endif

static PyTypeObject RNULL_Type;
static PyTypeObject UnboundValue_Type;

#endif