increase priority

This commit is contained in:
Kelvin Sherlock 2019-07-08 21:21:43 -04:00
parent 74c012f2b7
commit c2ec1d02b0
1 changed files with 2 additions and 1 deletions

3
nda.c
View File

@ -1,4 +1,4 @@
#pragma nda NDAOpen NDAClose NDAAction NDAInit 30 0xffff "--Dictionary\\H**"
#pragma nda NDAOpen NDAClose NDAAction NDAInit 15 0xffff "--Dictionary\\H**"
#pragma lint - 1
#pragma optimize - 1
@ -17,6 +17,7 @@
#include <intmath.h>
#include <misctool.h>
#include <quickdraw.h>
#include <lineedit.h>
#include <ctype.h>
#include <stdio.h>