ved.h (schily-2021-08-14.tar.bz2) | : | ved.h (schily-2021-09-18.tar.bz2) | ||
---|---|---|---|---|
/* @(#)ved.h 1.48 18/09/20 Copyr 1984-86, 88-89,97, 2000-2018 J. Schilling */ | /* @(#)ved.h 1.49 21/08/20 Copyr 1984-86, 88-89,97, 2000-2018 J. Schilling */ | |||
/* | /* | |||
* Main include file for VED | * Main include file for VED | |||
* | * | |||
* Copyright (c) 1984, 85, 86, 88, 89, 97, 2000-2018 J. Schilling | * Copyright (c) 1984, 85, 86, 88, 89, 97, 2000-2018 J. Schilling | |||
*/ | */ | |||
/* | /* | |||
* The contents of this file are subject to the terms of the | * The contents of this file are subject to the terms of the | |||
* Common Development and Distribution License, Version 1.0 only | * Common Development and Distribution License, Version 1.0 only | |||
* (the "License"). You may not use this file except in compliance | * (the "License"). You may not use this file except in compliance | |||
* with the License. | * with the License. | |||
skipping to change at line 33 | skipping to change at line 33 | |||
#include <schily/stdlib.h> | #include <schily/stdlib.h> | |||
#include <schily/unistd.h> | #include <schily/unistd.h> | |||
#include <schily/string.h> | #include <schily/string.h> | |||
#include <schily/utypes.h> | #include <schily/utypes.h> | |||
#include <schily/standard.h> | #include <schily/standard.h> | |||
#include <schily/nlsdefs.h> | #include <schily/nlsdefs.h> | |||
#include <schily/limits.h> /* for MB_LEN_MAX */ | #include <schily/limits.h> /* for MB_LEN_MAX */ | |||
#include <schily/ctype.h> /* For isprint() */ | #include <schily/ctype.h> /* For isprint() */ | |||
#include <schily/wchar.h> /* wchar_t */ | #include <schily/wchar.h> /* wchar_t */ | |||
#include <schily/wctype.h> /* For iswprint() */ | #include <schily/wctype.h> /* For iswprint() */ | |||
#define GT_COMERR /* #define comerr gtcomerr */ | ||||
#define GT_ERROR /* #define error gterror */ | ||||
#include <schily/schily.h> | #include <schily/schily.h> | |||
#include <schily/nlsdefs.h> | ||||
#define C (char *) | #define C (char *) | |||
#define UC (unsigned char *) | #define UC (unsigned char *) | |||
#define CP (char **) | #define CP (char **) | |||
#define UCP (unsigned char **) | #define UCP (unsigned char **) | |||
#define CPP (char ***) | #define CPP (char ***) | |||
#define UCPP (unsigned char ***) | #define UCPP (unsigned char ***) | |||
#ifndef DO_WCHAR | #ifndef DO_WCHAR | |||
#undef MB_LEN_MAX | #undef MB_LEN_MAX | |||
End of changes. 3 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added |