1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

add some mod_export tags where needed

This commit is contained in:
Peter Stephenson 2007-11-20 09:55:09 +00:00
parent 2402e10560
commit a47971f5b7
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2007-11-20 Peter Stephenson <pws@csr.com>
* unposted: run Util/check_exports and add some mod_export tags.
* unposted: fix .distfiles and version.mk for 4.3.4-dev-2.
2007-11-19 Peter Stephenson <pws@csr.com>

View file

@ -33,7 +33,7 @@
/* text attribute mask */
/**/
unsigned txtattrmask;
mod_export unsigned txtattrmask;
/* text change - attribute change made by prompts */

View file

@ -1351,7 +1351,7 @@ freestr(void *a)
}
/**/
void
mod_export void
gettyinfo(struct ttyinfo *ti)
{
if (SHTTY != -1) {
@ -2862,7 +2862,7 @@ getshfunc(char *nam)
}
/**/
char **
mod_export char **
mkarray(char *s)
{
char **t = (char **) zalloc((s) ? (2 * sizeof s) : (sizeof s));