diff options
author | Jouk Jansen <[email protected]> | 2000-11-22 08:42:14 +0000 |
---|---|---|
committer | Jouk Jansen <[email protected]> | 2000-11-22 08:42:14 +0000 |
commit | 22f5dc74c75a4a2fdf06392719060f12f358b552 (patch) | |
tree | 3a33784aaf992d222278aa99672cb5e63933fbcd /src/mesa/main/descrip.mms | |
parent | 5e3bc0c2a2bcdf59949410f94c9b705fc1281ce8 (diff) |
Modified Files:
Mesa/src/descrip.mms Mesa/src/swrast/s_lines.c
VMS compile support
Added some Type casts to avoid warnings
----------------------------------------------------------------------
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r-- | src/mesa/main/descrip.mms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms index d38160848d1..eff2bd406c7 100644 --- a/src/mesa/main/descrip.mms +++ b/src/mesa/main/descrip.mms @@ -520,4 +520,3 @@ imports.obj : imports.c [.math]m_xform.obj : [.math]m_xform.c $(CC) $(CFLAGS) /obj=[.math]m_xform.obj [.math]m_xform.c -.include mms_depend. |