Removed C++ comments to fix build bustage.

This commit is contained in:
kin%netscape.com 1998-10-09 22:39:14 +00:00
Родитель 31859b4493
Коммит 3e618ab1a3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -39,10 +39,10 @@
*/
#define MAX_NS_COLORS 70
// Limits on table parameters
/* Limits on table parameters */
#define MAX_TABLE_ROWS 500
#define MAX_TABLE_COLUMNS 100
// This is also limit used for cell size, padding, and borders
/* This is also limit used for cell size, padding, and borders */
#define MAX_TABLE_PIXELS 10000
typedef int32 ED_BufferOffset;