From 522042f757a4f391517380eee6872eba9e5708eb Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Tue, 1 Apr 2003 18:30:49 +0200 Subject: [PATCH] Put the cpp 'constants' in the cpp:: namespace Rev: src/cpp.c:1.116 --- src/cpp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cpp.c b/src/cpp.c index 7cf4dd14de..67eb2176b2 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: cpp.c,v 1.115 2003/03/14 15:53:09 grubba Exp $ +|| $Id: cpp.c,v 1.116 2003/04/01 16:30:49 nilsson Exp $ */ #include "global.h" @@ -1479,6 +1479,8 @@ static int do_safe_index_call(struct pike_string *s) return res; } +/*! @namespace cpp:: */ + /*! @decl constant __VERSION__ *! *! This define contains the current Pike version as a float. If @@ -1601,6 +1603,8 @@ static int do_safe_index_call(struct pike_string *s) *! This define is defined when the Pike is running on Amiga OS. */ +/*! @endnamespace */ + /*! @decl string cpp(string data, string|void current_file, @ *! int|string|void charset, object|void handler, @ *! void|int compat_major, void|int compat_minor) -- GitLab