[DRE-commits] [ruby-numo-narray] 10/13: add nary_eValueError

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jun 21 08:37:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch patch-queue/master
in repository ruby-numo-narray.

commit ca169c3f8fabc94af1cded79412444a263c4fc3b
Author: Masahiro TANAKA <masa16.tanaka at gmail.com>
Date:   Thu Jun 8 22:09:00 2017 +0900

    add nary_eValueError
    
    
    Gbp-Pq: Name 0010-add-nary_eValueError.patch
---
 ext/numo/narray/numo/narray.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/numo/narray/numo/narray.h b/ext/numo/narray/numo/narray.h
index 7f7ebf2..e8d67db 100644
--- a/ext/numo/narray/numo/narray.h
+++ b/ext/numo/narray/numo/narray.h
@@ -133,6 +133,7 @@ extern VALUE nary_eCastError;
 extern VALUE nary_eShapeError;
 extern VALUE nary_eOperationError;
 extern VALUE nary_eDimensionError;
+extern VALUE nary_eValueError;
 extern const rb_data_type_t na_data_type;
 
 //EXTERN const int na_sizeof[NA_NTYPES+1];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-numo-narray.git



More information about the Pkg-ruby-extras-commits mailing list