comparison src/ov-uint64.cc @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents a1dbe9d80eee
children 57a59eae83cc
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
80 Convert @var{x} to unsigned 64-bit integer type.\n\ 80 Convert @var{x} to unsigned 64-bit integer type.\n\
81 @end deftypefn") 81 @end deftypefn")
82 { 82 {
83 OCTAVE_TYPE_CONV_BODY (uint64); 83 OCTAVE_TYPE_CONV_BODY (uint64);
84 } 84 }
85
86 /*
87 ;;; Local Variables: ***
88 ;;; mode: C++ ***
89 ;;; End: ***
90 */