summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/g++-include/Pix.h
blob: 0e087967e055e746c3ae5aa43b9d63878b6d113c (plain)
1
2
3
4
5
6
7
8
9

#ifndef _Pix_h
#ifdef __GNUG__
#pragma once
#pragma interface
#endif
#define _Pix_h 1
typedef void* Pix;
#endif