The R Project SVN R

Rev

Rev 5148 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5148 Rev 5187
Line 17... Line 17...
17
 *  You should have received a copy of the GNU General Public License
17
 *  You should have received a copy of the GNU General Public License
18
 *  along with this program; if not, write to the Free Software
18
 *  along with this program; if not, write to the Free Software
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
 */
20
 */
21
 
21
 
-
 
22
#ifdef HAVE_CONFIG_H
-
 
23
#include <Rconfig.h>
-
 
24
#endif
-
 
25
 
-
 
26
#include <stdio.h>
-
 
27
#include <ctype.h>
-
 
28
 
22
#include "Defn.h"
29
#include "Defn.h"
23
#include "Graphics.h"
30
#include "Graphics.h"
24
#include "Error.h"
31
#include "Error.h"
25
#include "Fileio.h"
32
#include "Fileio.h"
26
 
33
 
27
#include <stdio.h>
-
 
28
#include <ctype.h>
-
 
29
 
-
 
30
#define PS_minus_default 45
34
#define PS_minus_default 45
31
/* wrongly was 177 (plusminus);
35
/* wrongly was 177 (plusminus);
32
   hyphen = 45 or 173;	(n-dash not available as code!)
36
   hyphen = 45 or 173;	(n-dash not available as code!)
33
   175 = "¯" (= "overline" (= high 'negative' sign))
37
   175 = "¯" (= "overline" (= high 'negative' sign))
34
*/
38
*/