Skip to content

Commit

Permalink
Added deprecation message to rma/rlink/mamou
Browse files Browse the repository at this point in the history
  • Loading branch information
Boisy Pitre committed Feb 6, 2013
1 parent 19cbe46 commit 4d73d31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions mamou/mamou_main.c
Expand Up @@ -40,6 +40,7 @@ int main(int argc, char **argv)

mamou_init_assembler(&as);

fprintf(stderr, "MAMOU IS DEPRECATED! USE LWTOOLS INSTEAD!!!\n");
sprintf(product_name, "The Mamou Assembler Version %02d.%02d",
VERSION_MAJOR, VERSION_MINOR);

Expand Down
2 changes: 2 additions & 0 deletions rlink/rlink_main.c
Expand Up @@ -60,6 +60,8 @@ int main(argc, argv)
lfile_count,
i;

fprintf(stderr, "RLINK IS DEPRECATED! USE LWTOOLS INSTEAD!!!\n");

modname = NULL;
ofile = NULL;
B09EntPt = NULL;
Expand Down
2 changes: 2 additions & 0 deletions rma/rma_main.c
Expand Up @@ -35,6 +35,8 @@ main(argc, argv)
{
char **rd_fil;

fprintf(stderr, "RMA IS DEPRECATED! USE LWTOOLS INSTEAD!!!\n");

/* Start off by inserting current directory as a place to look for includes. */
incdirs[0] = ".";
inccount++;
Expand Down

0 comments on commit 4d73d31

Please sign in to comment.