From 63bf3a967f28a8229b1d9deab63ff7057602b45d Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Thu, 12 Jun 2008 19:09:11 +0200 Subject: [PATCH] documentation Rev: src/cpp.c:1.172 --- src/cpp.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/cpp.c b/src/cpp.c index 9f67d11fd3..2f4dc34e01 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.171 2008/06/12 14:00:06 nilsson Exp $ +|| $Id: cpp.c,v 1.172 2008/06/12 17:09:11 nilsson Exp $ */ #include "global.h" @@ -1670,6 +1670,11 @@ static void insert_current_major(struct cpp *this, *! This define contains the file path and name of the source file. */ +/*! @decl constant __DIR__ + *! + *! This define contains the directory path of the source file. + */ + /*! @decl constant __DATE__ *! *! This define contains the current date at the time of compilation, -- GitLab