+Thu Jan 21 15:21:18 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * profile.hin: Fix definition of PROTOYPE so that it works under
+ C++.
+
1998-12-31 Theodore Ts'o <tytso@rsts-11.mit.edu>
* prof_tree.c (profile_node_iterator): Make sure the pointer to
typedef struct _profile_t *profile_t;
#if !defined(PROTOTYPE)
-#if defined(__STDC__) || defined(_MSDOS) || defined(_WIN32)
+#if defined(__STDC__) || defined(__cplusplus) || defined(_MSDOS) || defined(_WIN32)
#define PROTOTYPE(x) x
#else
#define PROTOTYPE(x) ()