X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fpreproc%2Feqn%2Fscript.cpp;h=f485eb93a47804a694cfc32743fca4b302d5a808;hb=0d03474e524253d1b583bb009956b22749efffb1;hp=acce79089b883c027fef9f8a9f96859aa481637b;hpb=23a127f15b8a2bc7781bcc05cc83c8dc68d6f6ef;p=platform%2Fupstream%2Fgroff.git diff --git a/src/preproc/eqn/script.cpp b/src/preproc/eqn/script.cpp index acce790..f485eb9 100644 --- a/src/preproc/eqn/script.cpp +++ b/src/preproc/eqn/script.cpp @@ -1,5 +1,4 @@ -// -*- C++ -*- -/* Copyright (C) 1989-2018 Free Software Foundation, Inc. +/* Copyright (C) 1989-2020 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. @@ -17,6 +16,8 @@ for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include + #include "eqn.h" #include "pbox.h" @@ -241,3 +242,9 @@ void script_box::check_tabs(int level) sub->check_tabs(level + 1); p->check_tabs(level); } + +// Local Variables: +// fill-column: 72 +// mode: C++ +// End: +// vim: set cindent noexpandtab shiftwidth=2 textwidth=72: