Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

2 changed files:

Changes:

  • src/code/linux-os.lisp
    ... ... @@ -32,16 +32,3 @@
    32 32
     ;;;
    
    33 33
     (defun os-init ()
    
    34 34
       (setf *software-version* nil))
    35
    -
    
    36
    -
    
    37
    -;;; GET-PAGE-SIZE  --  Interface
    
    38
    -;;;
    
    39
    -;;;    Return the system page size.
    
    40
    -;;;
    
    41
    -(defun get-page-size ()
    
    42
    -  (multiple-value-bind (val err)
    
    43
    -      (unix:unix-getpagesize)
    
    44
    -    (unless val
    
    45
    -      (error (intl:gettext "Getpagesize failed: ~A") (unix:get-unix-error-msg err)))
    
    46
    -    val))
    
    47
    -

  • src/i18n/locale/cmucl-linux-os.pot
    ... ... @@ -15,10 +15,6 @@ msgstr ""
    15 15
     "Content-Type: text/plain; charset=UTF-8\n"
    
    16 16
     "Content-Transfer-Encoding: 8bit\n"
    
    17 17
     
    
    18
    -#: src/code/linux-os.lisp
    
    19
    -msgid "Getpagesize failed: ~A"
    
    20
    -msgstr ""
    
    21
    -
    
    22 18
     #: src/code/signal.lisp
    
    23 19
     msgid "Stack fault on coprocessor"
    
    24 20
     msgstr ""