groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff/src/preproc/tbl table.h


From: Werner LEMBERG
Subject: [Groff-commit] groff/src/preproc/tbl table.h
Date: Sun, 11 Feb 2007 21:29:58 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/02/11 21:29:58

Modified files:
        src/preproc/tbl: table.h 

Log message:
        fix typo which prevents compilation with picky compilers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/src/preproc/tbl/table.h?cvsroot=groff&r1=1.10&r2=1.11

Patches:
Index: table.h
===================================================================
RCS file: /cvsroot/groff/groff/src/preproc/tbl/table.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- table.h     9 Feb 2007 22:03:21 -0000       1.10
+++ table.h     11 Feb 2007 21:29:58 -0000      1.11
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004
+/* Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2007
    Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
@@ -141,7 +141,7 @@
     DOUBLEBOX    = 0x00000010,
     NOKEEP       = 0x00000020,
     NOSPACES     = 0x00000040,
-    EXPERIMENTAL = 0x80000000, // undocumented; use as a hook for experiments
+    EXPERIMENTAL = 0x80000000  // undocumented; use as a hook for experiments
     };
   table(int nc, unsigned flags, int linesize, char decimal_point_char);
   ~table();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]