X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-pty-c%2B%2B.cc;h=0039e5e1e90e0fdec7f1443033f2d659f71b4700;hb=e2a63fac22e576729ec906a853b0a9cddc197d91;hp=1f1cefe7665070abc483921d14dfddf6130d4aa6;hpb=a58aa3c84be6852eb907b52446b0636ffd236a5b;p=gnulib.git diff --git a/tests/test-pty-c++.cc b/tests/test-pty-c++.cc index 1f1cefe76..0039e5e1e 100644 --- a/tests/test-pty-c++.cc +++ b/tests/test-pty-c++.cc @@ -1,5 +1,5 @@ /* Test of substitute in C++ mode. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,13 +24,13 @@ #include "signature.h" -#if GNULIB_FORKPTY +#if GNULIB_TEST_FORKPTY SIGNATURE_CHECK (GNULIB_NAMESPACE::forkpty, int, (int *, char *, struct termios const *, struct winsize const *)); #endif -#if GNULIB_OPENPTY +#if GNULIB_TEST_OPENPTY SIGNATURE_CHECK (GNULIB_NAMESPACE::openpty, int, (int *, int *, char *, struct termios const *, struct winsize const *));