# Misspelled the __cplusplus define.
This commit is contained in:
parent
c315bce11b
commit
e04dd2ee69
@ -1,4 +1,4 @@
|
||||
/* $Id: vector.h,v 1.4 2003-05-30 16:21:47 rjkaes Exp $
|
||||
/* $Id: vector.h,v 1.4.2.1 2003-08-06 20:46:04 rjkaes Exp $
|
||||
*
|
||||
* A vector implementation. The vector can be of an arbritrary length, and
|
||||
* the data for each entry is an lump of data (the size is stored in the
|
||||
@ -80,7 +80,7 @@ extern void* vector_getentry(vector_t vector, size_t pos, size_t* size);
|
||||
*/
|
||||
extern ssize_t vector_length(vector_t vector);
|
||||
|
||||
#if defined(_cplusplus)
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif /* C++ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user