Develop and Download Open Source Software

Browse CVS Repository

Diff of /shiki/shiki/xyzzylisp.stub

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

revision 1.1 by aloha, Fri Nov 24 13:42:29 2006 UTC revision 1.2 by aloha, Fri Nov 24 19:31:04 2006 UTC
# Line 1  Line 1 
1    "#include \"shiki.h\""
2    
3  (define-cproc buffer-substring (start::<int> end::<int>)  (define-cproc buffer-substring (start::<int> end::<int>)
4    "  ScmObj start, end, result;    "  ScmObj start, end, result;
5    GtkTextIter s, e;    GtkTextIter s, e;
# Line 11  Line 13 
13    result = SCM_MAKE_STR_COPYING(substring);    result = SCM_MAKE_STR_COPYING(substring);
14    g_free(substring);    g_free(substring);
15    SCM_RETURN(result);")    SCM_RETURN(result);")
   
 (define-cproc clear-current-buffer ()  
   "  clear_current_buffer();  
   return SCM_NIL;")  

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26