diff --git a/gsll.asd b/gsll.asd
index 3ac949929b634778ff2f3f19e027541475044dda..a01a14a970f45861036e53840e2a902c4c8077a1 100644
--- a/gsll.asd
+++ b/gsll.asd
@@ -3,7 +3,7 @@
 ; description: Definition of GSLL system 
 ; date:        
 ; author:      Liam Healy
-; modified:    Mon Jan  1 2007 - 11:38
+; modified:    Mon Jan  1 2007 - 12:10
 ;********************************************************
 ;;; $Id: $
 
@@ -19,7 +19,7 @@
 	    :components
 	    ((:file "init")
 	     (:file "utility" :depends-on (init))
-	     (:file "structures" :depends-on (init))
+	     (:file "number-conversion" :depends-on (init))
 	     (:file "interface" :depends-on (init))
 	     ;; http://www.cs.northwestern.edu/academics/courses/325/readings/lisp-unit.html
 	     (:file "lisp-unit")
diff --git a/init/structures.lisp b/init/number-conversion.lisp
similarity index 94%
rename from init/structures.lisp
rename to init/number-conversion.lisp
index df1eaa90ad02e213b8c09765443ebdee650363a2..4e284a8395d2c241e457049e5b12cc438fbd4bbb 100644
--- a/init/structures.lisp
+++ b/init/number-conversion.lisp
@@ -1,9 +1,9 @@
 ;********************************************************
-; file:        structures.lisp                           
-; description: Common structures defined by GSL.         
+; file:        number-conversion.lisp
+; description: Conversion of numbers C->CL
 ; date:        Sun May 28 2006 - 22:04                   
 ; author:      Liam M. Healy                             
-; modified:    Mon Jan  1 2007 - 11:35
+; modified:    Mon Jan  1 2007 - 12:10
 ;********************************************************
 ;;; $Id: $