summaryrefslogtreecommitdiff
path: root/src/preproc/pic/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/pic/object.h')
-rw-r--r--src/preproc/pic/object.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/preproc/pic/object.h b/src/preproc/pic/object.h
index dc6cf57f..98937f93 100644
--- a/src/preproc/pic/object.h
+++ b/src/preproc/pic/object.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2002 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -76,11 +76,14 @@ struct place {
struct string_list;
class path {
+ position pos;
corner crn;
string_list *label_list;
path *ypath;
+ int is_position;
public:
path(corner = 0);
+ path(position);
path(char *, corner = 0);
~path();
void append(corner);