Mercurial > hg > jgplsrc
view jdlllic.c @ 0:e0bbaa717f41 draft default tip
lol J
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 25 Nov 2013 11:56:30 -0500 |
parents | |
children |
line wrap: on
line source
/* Copyright 1990-2011, Jsoftware Inc. All rights reserved. */ /* License in license.txt. */ /* encode/decode routines - license keys and ijl */ #ifdef _WIN32 #include "..\jsrc\j.h" #else #include "j.h" #endif F1(jtlock1){ASSERT(0,EVDOMAIN);} /* no encode */ F2(jtlock2){ASSERT(0,EVDOMAIN);} /* no decode */ F2(jtunlock2){R w;} /* leave alone */