/[gcl]/gcl/ansi-tests/cl-symbol-names.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/cl-symbol-names.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pfdietz, Fri Nov 29 21:48:06 2002 UTC revision 1.3 by pfdietz, Wed Dec 4 02:55:41 2002 UTC
# Line 2035  Line 2035 
2035      store-value      store-value
2036      use-value      use-value
2037      ))      ))
2038    
2039    ;;; Symbols that are names of types that are also classes
2040    ;;; See figure 4-8 in section 4.3.7
2041    (defparameter *cl-types-that-are-classes-symbols*
2042      '(
2043        arithmetic-error
2044        array
2045        bit-vector
2046        broadcast-stream
2047        built-in-class
2048        cell-error
2049        character
2050        class
2051        complex
2052        concatenated-stream
2053        condition
2054        cons
2055        control-error
2056        division-by-zero
2057        echo-stream
2058        end-of-file
2059        error
2060        file-error
2061        file-stream
2062        float
2063        floating-point-inexact
2064        floating-point-invalid-operation
2065        floating-point-overflow
2066        floating-point-underflow
2067        function
2068        generic-function
2069        hash-table
2070        integer
2071        list
2072        logical-pathname
2073        method
2074        method-combination
2075        null
2076        number
2077        package
2078        package-error
2079        parse-error
2080        pathname
2081        print-not-readable
2082        program-error
2083        random-state
2084        ratio
2085        rational
2086        reader-error
2087        readtable
2088        real
2089        restart
2090        sequence
2091        serious-condition
2092        simple-condition
2093        simple-error
2094        simple-type-error
2095        simple-warning
2096        standard-class
2097        standard-generic-function
2098        standard-method
2099        standard-object
2100        storage-condition
2101        stream
2102        stream-error
2103        string
2104        string-stream
2105        structure-class
2106        structure-object
2107        style-warning
2108        symbol
2109        synonym-stream
2110        t
2111        two-way-stream
2112        type-error
2113        unbound-slot
2114        unbound-variable
2115        undefined-function
2116        vector
2117        warning
2118        ))

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26