X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fversion.h;h=d2c0fe0a9ddbb49092f5f8ffaa89fa0f2dcc4a89;hb=a7fb79e81f6e2a0dfddc61e91f207609e31a4632;hp=35ba707b55f60a149414f4edb730e1487d774967;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/libpspp/version.h b/src/libpspp/version.h index 35ba707b55..d2c0fe0a9d 100644 --- a/src/libpspp/version.h +++ b/src/libpspp/version.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -42,10 +41,10 @@ extern const char default_config_path[]; /* Include path. */ extern const char include_path[]; -/* Font path. */ -extern const char groff_font_path[]; - /* Locale directory. */ extern const char locale_dir[]; +/* From the AUTHORS file */ +extern const char *const authors[]; + #endif /* !version_h */