summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/algebra3.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-28 23:56:03 +0000
committerKarl Berry <karl@freefriends.org>2009-05-28 23:56:03 +0000
commite767448d0591f5dbb0cd485e4b014becdcbd1ba4 (patch)
tree83bec5bd1ee117130f3e9dcee985dcd42f5145d9 /Build/source/utils/asymptote/algebra3.h
parent20751a51df382b884807d8b9ef1ff7f7cc7739a5 (diff)
asymptote 1.74
git-svn-id: svn://tug.org/texlive/trunk@13514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/algebra3.h')
-rw-r--r--Build/source/utils/asymptote/algebra3.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/algebra3.h b/Build/source/utils/asymptote/algebra3.h
index 67b07737f3c..0e6602c3cad 100644
--- a/Build/source/utils/asymptote/algebra3.h
+++ b/Build/source/utils/asymptote/algebra3.h
@@ -104,10 +104,12 @@ class mat4;
#define M_PI 3.141592654
#endif
-enum {VX, VY, VZ, VW}; // axes
-enum {PA, PB, PC, PD}; // planes
-enum {RED, GREEN, BLUE, ALPHA}; // colors
-enum {KA, KD, KS, ES}; // phong coefficients
+enum axes {VX, VY, VZ, VW};
+/*
+enum planes {PA, PB, PC, PD};
+enum colors {RED, GREEN, BLUE, ALPHA};
+enum phong {KA, KD, KS, ES};
+*/
/****************************************************************
* *