remove extre PR_PUBLIC definition so everything will compile under AIX

This commit is contained in:
relyea%netscape.com 2000-11-28 23:24:55 +00:00
Родитель 7fb5e728ed
Коммит a53773104f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* This file was modified since it was taken from the zlib distribution */
/* $Id: zconf.h,v 1.1 2000-03-31 20:13:17 relyea%netscape.com Exp $ */
/* $Id: zconf.h,v 1.2 2000-11-28 23:24:55 relyea%netscape.com Exp $ */
#ifndef _ZCONF_H
#define _ZCONF_H
@ -183,7 +183,7 @@ typedef uLong FAR uLongf;
# define EXPORT
#endif
#define PR_PUBLIC_API(type) type
/* #define PR_PUBLIC_API(type) type */
#endif /* MOZILLA_CLIENT */