Show
Ignore:
Timestamp:
03/13/09 14:32:45 (16 years ago)
Author:
naoya_t
Message:

removed commented-out lines

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/gauche/mecab-gauche-0.98pre1/mecablib.stub

    r84 r85  
    2121(define-type <mecab-t> "mecab_t*" "mecab_t" 
    2222  "SCM_MECABP" "unwrap_mecab_t" "wrap_mecab_t") 
    23 ;(define-type <mecab_node_t> "mecab_node_t*" "mecab_node_t" 
    24 ;  "SCM_MECABP" "unwrap_mecab_node_t" "wrap_mecab_node_t") 
    2523(define-type <const-mecab-node-t> "const mecab_node_t*" "const mecab_node_t" 
    2624  "SCM_MECAB_NODEP" "unwrap_mecab_node_t" "wrap_mecab_node_t")