From be43702b92a67fd86ec2ff36cf94742dc296de05 Mon Sep 17 00:00:00 2001 From: Allan CORNET Date: Fri, 13 Nov 2009 10:31:10 +0100 Subject: bug 5339 --- scilab/modules/compatibility_functions/macros/%s_g_b.sci | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scilab/modules/compatibility_functions/macros/%s_g_b.sci (limited to 'scilab/modules/compatibility_functions/macros/%s_g_b.sci') diff --git a/scilab/modules/compatibility_functions/macros/%s_g_b.sci b/scilab/modules/compatibility_functions/macros/%s_g_b.sci deleted file mode 100644 index 068bed7..0000000 --- a/scilab/modules/compatibility_functions/macros/%s_g_b.sci +++ /dev/null @@ -1,13 +0,0 @@ -// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab -// Copyright (C) ???? - INRIA - Scilab -// -// This file must be used under the terms of the CeCILL. -// This source file is licensed as described in the file COPYING, which -// you should have received as part of this distribution. The terms -// are also available at -// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt - -function r=%s_g_b(a,b) -// r=a|b -r=(a<>0)|b -endfunction -- cgit v1.1